public class NewLocalNodeExecutor extends java.lang.Object implements NodeExecutor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_PROVIDER_TYPE |
| Constructor and Description |
|---|
NewLocalNodeExecutor() |
| Modifier and Type | Method and Description |
|---|---|
NodeExecutorResult |
executeCommand(ExecutionContext context,
java.lang.String[] command,
INodeEntry node)
Execute a command on a node and return the result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportVariableInjectionpublic static final java.lang.String SERVICE_PROVIDER_TYPE
public NodeExecutorResult executeCommand(ExecutionContext context, java.lang.String[] command, INodeEntry node)
NodeExecutorexecuteCommand in interface NodeExecutorcontext - the execution contextcommand - the array of strings for the command line, with any necessary data context references replaced.node - the node to execute on