public class CmdsSystem.ExecScript extends Command
parameterTuple, signature| Constructor and Description |
|---|
ExecScript() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionReturn |
execute(MainControl mainControl,
OperationArguments args)
Execution of the command.
|
protected java.lang.String |
getSignatureString()
Every operation must define a signature especially containing a unique key.
|
execute, getOperationTypeAsStringgetDescriptionFilename, getKeyAndAliases, getLineBreak, getMainKey, getParameters, getSignature, initialize, setDescFilename, toStringprotected ExecutionReturn execute(MainControl mainControl, OperationArguments args)
Commandprotected java.lang.String getSignatureString()
OperationgetSignatureString in class Operation