Uses of Interface
org.apache.camel.component.exec.ExecCommandExecutor
Packages that use ExecCommandExecutor
-
Uses of ExecCommandExecutor in org.apache.camel.component.exec
Methods in org.apache.camel.component.exec that return ExecCommandExecutorMethods in org.apache.camel.component.exec with parameters of type ExecCommandExecutorModifier and TypeMethodDescriptionvoid
ExecEndpoint.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 ExecCommandExecutorModifier and TypeClassDescriptionclass
Executes the command utilizing the Apache Commons exec library.