public interface NodeExecutor
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.
|
NodeExecutorResult executeCommand(ExecutionContext context, java.lang.String[] command, INodeEntry node)
context
- the execution contextcommand
- the array of strings for the command line, with any necessary data context references replaced.node
- the node to execute on