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, getOperationTypeAsString
getDescriptionFilename, getKeyAndAliases, getLineBreak, getMainKey, getParameters, getSignature, initialize, setDescFilename, toString
protected ExecutionReturn execute(MainControl mainControl, OperationArguments args)
Command
protected java.lang.String getSignatureString()
Operation
getSignatureString
in class Operation