public class PluginRunnable
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandName()
Get the name of the plugin to invoke.
|
java.lang.String |
getErrorMessage() |
long |
getId() |
java.lang.String |
getLabel()
Get the display label.
|
boolean |
isError()
Get the error flag.
|
void |
run()
Invoke the ShellCommand.
|
public void run()
run
in interface java.lang.Runnable
public java.lang.String getLabel()
public boolean isError()
public java.lang.String getErrorMessage()
public java.lang.String getCommandName()
public long getId()