public interface Executor
CommandLineDescriptor
.Modifier and Type | Method and Description |
---|---|
ExecResult |
exec(CommandLineDescriptor cmdDesc,
CmdParameters params)
No exception is thrown but the returned
ExecResult contains
everything about the command execution, including an optional exception. |
ExecResult exec(CommandLineDescriptor cmdDesc, CmdParameters params)
ExecResult
contains
everything about the command execution, including an optional exception.cmdDesc
- Command to run. Cannot be null.params
- Parameters passed to the command. Cannot be null.Copyright © 2013 Nuxeo SA. All Rights Reserved.