public interface ExecCommandExecutor
ExecCommand
instances.Modifier and Type | Method and Description |
---|---|
ExecResult |
execute(ExecCommand execCommand)
|
ExecResult execute(ExecCommand execCommand) throws ExecException, IOException
execCommand
- The command object, that describes the executable applicationExecException
- if the execution failedIOException
- if there is an invalid path in the working directory, or if the absolute path of the
command executable is invalid, or if the executable does not existApache Camel