B C D E G I L M N O P Q R S T W 
All Classes All Packages

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.exec.ExecEndpointUriFactory
 

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.exec.ExecComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.exec.ExecEndpointConfigurer
 
convertToByteArray(ExecResult, Exchange) - Static method in class org.apache.camel.component.exec.ExecResultConverter
 
convertToDocument(ExecResult, Exchange) - Static method in class org.apache.camel.component.exec.ExecResultConverter
 
convertToInputStream(ExecResult) - Static method in class org.apache.camel.component.exec.ExecResultConverter
 
convertToString(ExecResult, Exchange) - Static method in class org.apache.camel.component.exec.ExecResultConverter
 
createConsumer(Processor) - Method in class org.apache.camel.component.exec.ExecEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.exec.ExecComponent
 
createProducer() - Method in class org.apache.camel.component.exec.ExecEndpoint
 

D

DefaultExecBinding - Class in org.apache.camel.component.exec.impl
Default implementation of ExecBinding.
DefaultExecBinding() - Constructor for class org.apache.camel.component.exec.impl.DefaultExecBinding
 
DefaultExecCommandExecutor - Class in org.apache.camel.component.exec.impl
Executes the command utilizing the Apache Commons exec library.
DefaultExecCommandExecutor() - Constructor for class org.apache.camel.component.exec.impl.DefaultExecCommandExecutor
 

E

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_EXIT_VALUES - Static variable in interface org.apache.camel.component.exec.ExecBinding
Which exit values of the process are considered a success.
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
Sets the working directory of the ExecBinding.EXEC_COMMAND_EXECUTABLE.
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 to fallback and use stderr when stdout is empty.
ExecBinding - Interface in org.apache.camel.component.exec
Represents the binding of input and output types of a ExecCommandExecutor to an Exchange.
ExecCommand - Class in org.apache.camel.component.exec
Value object that describes the command to be executed.
ExecCommand(String, List<String>, String, Long, Set<Integer>, InputStream, File, boolean, LoggingLevel) - Constructor for class org.apache.camel.component.exec.ExecCommand
 
ExecCommandExecutor - Interface in org.apache.camel.component.exec
Executes ExecCommand instances.
ExecComponent - Class in org.apache.camel.component.exec
Represents the component that manages ExecEndpoint.
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
Default converters for ExecResult.
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
 

G

getAndRemoveHeader(Message, String, T, Class<T>) - Method in class org.apache.camel.component.exec.impl.DefaultExecBinding
Gets and removes the headerName header form the input message (the header will not be propagated)
getArgs() - Method in class org.apache.camel.component.exec.ExecCommand
 
getArgs() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getBinding() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getCamelContext() - Method in class org.apache.camel.component.exec.ExecResultConverterLoader
 
getCommand() - Method in class org.apache.camel.component.exec.ExecResult
The executed command, that produced this result.
getCommandExecutor() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getCommandLogLevel() - Method in class org.apache.camel.component.exec.ExecCommand
 
getCommandLogLevel() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getExecutable() - Method in class org.apache.camel.component.exec.ExecCommand
 
getExecutable() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getExitValue() - Method in class org.apache.camel.component.exec.ExecDefaultExecutor
 
getExitValue() - Method in exception org.apache.camel.component.exec.ExecException
 
getExitValue() - Method in class org.apache.camel.component.exec.ExecResult
The exit value of the command executable.
getExitValues() - Method in class org.apache.camel.component.exec.ExecCommand
 
getExitValues() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getInput() - Method in class org.apache.camel.component.exec.ExecCommand
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.exec.ExecComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.exec.ExecEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.exec.ExecComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.exec.ExecEndpointConfigurer
 
getOutFile() - Method in class org.apache.camel.component.exec.ExecCommand
 
getOutFile() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getStderr() - Method in exception org.apache.camel.component.exec.ExecException
 
getStderr() - Method in class org.apache.camel.component.exec.ExecResult
Returns the content of the standart error output (stderr) of the executed command or null, if no output was produced in the stderr.
getStdout() - Method in exception org.apache.camel.component.exec.ExecException
 
getStdout() - Method in class org.apache.camel.component.exec.ExecResult
Returns the content of the standart output (stdout) of the executed command or null, if no output was produced in the stdout.
getTimeout() - Method in class org.apache.camel.component.exec.ExecCommand
 
getTimeout() - Method in class org.apache.camel.component.exec.ExecEndpoint
 
getWorkingDir() - Method in class org.apache.camel.component.exec.ExecCommand
 
getWorkingDir() - Method in class org.apache.camel.component.exec.ExecEndpoint
 

I

isDoubleQuoted(String) - Static method in class org.apache.camel.component.exec.impl.ExecParseUtils
Tests if the input is enclosed within a double-ExecParseUtils.QUOTE_CHAR string
isEnabled(String) - Method in class org.apache.camel.component.exec.ExecEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.exec.ExecEndpointUriFactory
 
isSingleQuoted(String) - Static method in class org.apache.camel.component.exec.impl.ExecParseUtils
Tests if the input is enclosed within ExecParseUtils.QUOTE_CHAR characters
isUseStderrOnEmptyStdout() - Method in class org.apache.camel.component.exec.ExecCommand
 
isUseStderrOnEmptyStdout() - Method in class org.apache.camel.component.exec.ExecEndpoint
 

L

launch(CommandLine, Map<String, String>, File) - Method in class org.apache.camel.component.exec.ExecDefaultExecutor
 
load(TypeConverterRegistry) - Method in class org.apache.camel.component.exec.ExecResultConverterLoader
 

M

multiValuePrefixes() - Method in class org.apache.camel.component.exec.ExecEndpointUriFactory
 

N

NO_TIMEOUT - Static variable in class org.apache.camel.component.exec.ExecEndpoint
Indicates that no ExecEndpoint.timeout is used.

O

org.apache.camel.component.exec - package org.apache.camel.component.exec
 
org.apache.camel.component.exec.impl - package org.apache.camel.component.exec.impl
 

P

prepareDefaultExecutor(ExecCommand) - Method in class org.apache.camel.component.exec.impl.DefaultExecCommandExecutor
 
process(Exchange) - Method in class org.apache.camel.component.exec.ExecProducer
 
propertyNames() - Method in class org.apache.camel.component.exec.ExecEndpointUriFactory
 

Q

QUOTE_CHAR - Static variable in class org.apache.camel.component.exec.impl.ExecParseUtils
 

R

readInput(Exchange, ExecEndpoint) - Method in interface org.apache.camel.component.exec.ExecBinding
Creates a ExecCommand from the headers in the exchange and the settings of the endpoint.
readInput(Exchange, ExecEndpoint) - Method in class org.apache.camel.component.exec.impl.DefaultExecBinding
 

S

secretPropertyNames() - Method in class org.apache.camel.component.exec.ExecEndpointUriFactory
 
setArgs(String) - Method in class org.apache.camel.component.exec.ExecEndpoint
The arguments may be one or many whitespace-separated tokens.
setBinding(ExecBinding) - Method in class org.apache.camel.component.exec.ExecEndpoint
A reference to a org.apache.commons.exec.ExecBinding in the Registry.
setCamelContext(CamelContext) - Method in class org.apache.camel.component.exec.ExecResultConverterLoader
 
setCommandExecutor(ExecCommandExecutor) - Method in class org.apache.camel.component.exec.ExecEndpoint
A reference to a org.apache.commons.exec.ExecCommandExecutor in the Registry that customizes the command execution.
setCommandLogLevel(LoggingLevel) - Method in class org.apache.camel.component.exec.ExecEndpoint
Logging level to be used for commands during execution.
setExecutable(String) - Method in class org.apache.camel.component.exec.ExecEndpoint
Sets the executable to be executed.
setExitValues(String) - Method in class org.apache.camel.component.exec.ExecEndpoint
The exit values of successful executions.
setOutFile(String) - Method in class org.apache.camel.component.exec.ExecEndpoint
The name of a file, created by the executable, that should be considered as its output.
setTimeout(long) - Method in class org.apache.camel.component.exec.ExecEndpoint
The timeout, in milliseconds, after which the executable should be terminated.
setUseStderrOnEmptyStdout(boolean) - Method in class org.apache.camel.component.exec.ExecEndpoint
A boolean indicating that when stdout is empty, this component will populate the Camel Message Body with stderr.
setWorkingDir(String) - Method in class org.apache.camel.component.exec.ExecEndpoint
The directory in which the command should be executed.
splitCommaSeparatedToListOfInts(String) - Static method in class org.apache.camel.component.exec.impl.ExecParseUtils
 
splitToWhiteSpaceSeparatedTokens(String) - Static method in class org.apache.camel.component.exec.impl.ExecParseUtils
Splits the input line string by ExecParseUtils.WHITESPACE.

T

toCommandLine(ExecCommand) - Method in class org.apache.camel.component.exec.impl.DefaultExecCommandExecutor
Transforms an ExecCommand to a CommandLine.
toString() - Method in class org.apache.camel.component.exec.ExecCommand
 

W

WHITESPACE - Static variable in class org.apache.camel.component.exec.impl.ExecParseUtils
 
writeOutput(Exchange, ExecResult) - Method in interface org.apache.camel.component.exec.ExecBinding
Populates the exchange form the ExecResult.
writeOutput(Exchange, ExecResult) - Method in class org.apache.camel.component.exec.impl.DefaultExecBinding
 
writeOutputInMessage(Message, ExecResult) - Method in class org.apache.camel.component.exec.impl.DefaultExecBinding
Write the ExecResult in the message body.
B C D E G I L M N O P Q R S T W 
All Classes All Packages