|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.plugins.ExternalPlugin
public class ExternalPlugin
ExternalPlugin executes a command to run a non-java external plugin.
Method Summary | |
---|---|
java.lang.Process |
executeCommand()
Executes the command. |
void |
run()
Executes this thread. |
void |
setCommand(java.lang.String[] command)
Sets the command string. |
void |
start()
Starts the thread calling the run method. |
void |
stop()
Stops the thread avoiding deadlock-prone. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Process executeCommand()
public void setCommand(java.lang.String[] command)
command
- the command string.public void run()
run
in interface java.lang.Runnable
public void start()
public void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |