- 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_LOG_LEVEL - Static variable in interface org.apache.camel.component.exec.ExecBinding
-
The value of this header define logging level to be used for commands during execution.
- 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, LoggingLevel) - 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
-
- ExecComponentConfigurer - Class in org.apache.camel.component.exec
-
Generated by camel build tools - do NOT edit this file!
- ExecComponentConfigurer() - Constructor for class org.apache.camel.component.exec.ExecComponentConfigurer
-
- ExecDefaultExecutor - Class in org.apache.camel.component.exec
-
- ExecDefaultExecutor() - Constructor for class org.apache.camel.component.exec.ExecDefaultExecutor
-
- ExecEndpoint - Class in org.apache.camel.component.exec
-
Execute commands on the underlying operating system.
- ExecEndpoint(String, ExecComponent) - Constructor for class org.apache.camel.component.exec.ExecEndpoint
-
- ExecEndpointConfigurer - Class in org.apache.camel.component.exec
-
Generated by camel build tools - do NOT edit this file!
- ExecEndpointConfigurer() - Constructor for class org.apache.camel.component.exec.ExecEndpointConfigurer
-
- ExecEndpointUriFactory - Class in org.apache.camel.component.exec
-
Generated by camel build tools - do NOT edit this file!
- ExecEndpointUriFactory() - Constructor for class org.apache.camel.component.exec.ExecEndpointUriFactory
-
- ExecException - Exception in org.apache.camel.component.exec
-
Exception thrown when there is an execution failure.
- ExecException(String, InputStream, InputStream, int) - Constructor for exception org.apache.camel.component.exec.ExecException
-
- ExecException(String, InputStream, InputStream, int, 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 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
-
- ExecResultConverterLoader - Class in org.apache.camel.component.exec
-
Generated by camel build tools - do NOT edit this file!
- ExecResultConverterLoader() - Constructor for class org.apache.camel.component.exec.ExecResultConverterLoader
-
- 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
-