Uses of Class
org.apache.camel.component.exec.ExecCommand
-
Packages that use ExecCommand Package Description org.apache.camel.component.exec org.apache.camel.component.exec.impl -
-
Uses of ExecCommand in org.apache.camel.component.exec
Methods in org.apache.camel.component.exec that return ExecCommand Modifier and Type Method Description ExecCommandExecResult. getCommand()The executed command, that produced this result.ExecCommandExecBinding. readInput(org.apache.camel.Exchange exchange, ExecEndpoint endpoint)Methods in org.apache.camel.component.exec with parameters of type ExecCommand Modifier and Type Method Description ExecResultExecCommandExecutor. execute(ExecCommand execCommand)Constructors in org.apache.camel.component.exec with parameters of type ExecCommand Constructor Description ExecResult(ExecCommand command, InputStream stdout, InputStream stderr, int exitValue)Creates aExecResultinstance. -
Uses of ExecCommand in org.apache.camel.component.exec.impl
Methods in org.apache.camel.component.exec.impl that return ExecCommand Modifier and Type Method Description ExecCommandDefaultExecBinding. readInput(org.apache.camel.Exchange exchange, ExecEndpoint endpoint)Methods in org.apache.camel.component.exec.impl with parameters of type ExecCommand Modifier and Type Method Description ExecResultDefaultExecCommandExecutor. execute(ExecCommand command)protected org.apache.commons.exec.DefaultExecutorDefaultExecCommandExecutor. prepareDefaultExecutor(ExecCommand execCommand)protected org.apache.commons.exec.CommandLineDefaultExecCommandExecutor. toCommandLine(ExecCommand execCommand)Transforms anExecCommandto aCommandLine.
-