Uses of Interface
org.apache.camel.component.exec.ExecCommandExecutor
-
Packages that use ExecCommandExecutor Package Description org.apache.camel.component.exec org.apache.camel.component.exec.impl -
-
Uses of ExecCommandExecutor in org.apache.camel.component.exec
Methods in org.apache.camel.component.exec that return ExecCommandExecutor Modifier and Type Method Description ExecCommandExecutorExecEndpoint. getCommandExecutor()Methods in org.apache.camel.component.exec with parameters of type ExecCommandExecutor Modifier and Type Method Description voidExecEndpoint. setCommandExecutor(ExecCommandExecutor commandExecutor)A reference to a org.apache.commons.exec.ExecCommandExecutor in the Registry that customizes the command execution. -
Uses of ExecCommandExecutor in org.apache.camel.component.exec.impl
Classes in org.apache.camel.component.exec.impl that implement ExecCommandExecutor Modifier and Type Class Description classDefaultExecCommandExecutorExecutes the command utilizing the Apache Commons exec library.
-