Uses of Class
org.apache.camel.component.exec.ExecCommand
Packages that use ExecCommand
-
Uses of ExecCommand in org.apache.camel.component.exec
Methods in org.apache.camel.component.exec that return ExecCommandModifier and TypeMethodDescriptionExecResult.getCommand()The executed command, that produced this result.ExecBinding.readInput(org.apache.camel.Exchange exchange, ExecEndpoint endpoint) Methods in org.apache.camel.component.exec with parameters of type ExecCommandConstructors in org.apache.camel.component.exec with parameters of type ExecCommandModifierConstructorDescriptionExecResult(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 ExecCommandModifier and TypeMethodDescriptionDefaultExecBinding.readInput(org.apache.camel.Exchange exchange, ExecEndpoint endpoint) Methods in org.apache.camel.component.exec.impl with parameters of type ExecCommandModifier and TypeMethodDescriptionDefaultExecCommandExecutor.execute(ExecCommand command) protected org.apache.commons.exec.DefaultExecutorDefaultExecCommandExecutor.prepareDefaultExecutor(ExecCommand execCommand) protected org.apache.commons.exec.CommandLineDefaultExecCommandExecutor.toCommandLine(ExecCommand execCommand) Transforms anExecCommandto aCommandLine.