- EXEC_COMMAND_ARGS - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
The header value overrides the existing command arguments in the
ExecEndpoint
URI.
- EXEC_COMMAND_EXECUTABLE - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
The header value overrides the executable of the command, configured in
the exec endpoint URI.
- EXEC_COMMAND_OUT_FILE - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
Specifies the file name of a file, created by the executable, that should
be considered as output of the executable, e.g.
- EXEC_COMMAND_TIMEOUT - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
Specifies the amount of time, in milliseconds, after which the process of
the executable should be terminated.
- EXEC_COMMAND_WORKING_DIR - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
- EXEC_EXIT_VALUE - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
The value of this header is the exit value that is returned, after the
execution.
- EXEC_STDERR - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
The value of this header is a
InputStream
with the standard error
stream of the executable.
- EXEC_USE_STDERR_ON_EMPTY_STDOUT - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
The value of this header is a boolean which indicates whether or not
to fallback and use stderr when stdout is empty.
- ExecBinding - Interface in org.apache.camel.component.exec
-
- ExecCommand - Class in org.apache.camel.component.exec
-
Value object that describes the command to be executed.
- ExecCommand(String, List<String>, String, Long, InputStream, File, boolean) - Constructor for class org.apache.camel.component.exec.ExecCommand
-
- ExecCommandExecutor - Interface in org.apache.camel.component.exec
-
- ExecComponent - Class in org.apache.camel.component.exec
-
- ExecComponent() - Constructor for class org.apache.camel.component.exec.ExecComponent
-
- ExecEndpoint - Class in org.apache.camel.component.exec
-
The endpoint utilizes an
ExecCommandExecutor
to execute a system
command when it receives message exchanges.
- ExecEndpoint(String, ExecComponent) - Constructor for class org.apache.camel.component.exec.ExecEndpoint
-
- ExecException - Exception in org.apache.camel.component.exec
-
Exception thrown when there is an execution failure.
- ExecException() - Constructor for exception org.apache.camel.component.exec.ExecException
-
- ExecException(String) - Constructor for exception org.apache.camel.component.exec.ExecException
-
- ExecException(String, Throwable) - Constructor for exception org.apache.camel.component.exec.ExecException
-
- ExecException(Throwable) - Constructor for exception org.apache.camel.component.exec.ExecException
-
- ExecParseUtils - Class in org.apache.camel.component.exec.impl
-
Utility class for parsing, used by the Camel Exec component.
Note: the class should be dropped, when the the commons-exec library
implements similar functionality.
- ExecProducer - Class in org.apache.camel.component.exec
-
Exec producer.
- ExecProducer(ExecEndpoint) - Constructor for class org.apache.camel.component.exec.ExecProducer
-
- ExecResult - Class in org.apache.camel.component.exec
-
Value object, that represents the result of an
ExecCommand
execution.
- ExecResult(ExecCommand, InputStream, InputStream, int) - Constructor for class org.apache.camel.component.exec.ExecResult
-
Creates a ExecResult
instance.
- ExecResultConverter - Class in org.apache.camel.component.exec
-
- execute(ExecCommand) - Method in interface org.apache.camel.component.exec.ExecCommandExecutor
-
Executes the
command
and returns a not-
null
ExecResult
instance.
- execute(ExecCommand) - Method in class org.apache.camel.component.exec.impl.DefaultExecCommandExecutor
-