Uses of Interface
org.apache.camel.builder.endpoint.dsl.ExecEndpointBuilderFactory.ExecEndpointBuilder
Packages that use ExecEndpointBuilderFactory.ExecEndpointBuilder
-
Uses of ExecEndpointBuilderFactory.ExecEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ExecEndpointBuilderFactory.ExecEndpointBuilderModifier and TypeMethodDescriptionExec (camel-exec) Execute commands on the underlying operating system.Exec (camel-exec) Execute commands on the underlying operating system. -
Uses of ExecEndpointBuilderFactory.ExecEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ExecEndpointBuilderFactory.ExecEndpointBuilderModifier and TypeMethodDescriptionThe arguments may be one or many whitespace-separated tokens.ExecEndpointBuilderFactory.AdvancedExecEndpointBuilder.basic()A reference to a org.apache.commons.exec.ExecBinding in the Registry.ExecEndpointBuilderFactory.ExecEndpointBuilder.binding(org.apache.camel.component.exec.ExecBinding binding) A reference to a org.apache.commons.exec.ExecBinding in the Registry.ExecEndpointBuilderFactory.ExecEndpointBuilder.commandExecutor(String commandExecutor) A reference to a org.apache.commons.exec.ExecCommandExecutor in the Registry that customizes the command execution.ExecEndpointBuilderFactory.ExecEndpointBuilder.commandExecutor(org.apache.camel.component.exec.ExecCommandExecutor commandExecutor) A reference to a org.apache.commons.exec.ExecCommandExecutor in the Registry that customizes the command execution.ExecEndpointBuilderFactory.ExecEndpointBuilder.commandLogLevel(String commandLogLevel) Logging level to be used for commands during execution.ExecEndpointBuilderFactory.ExecEndpointBuilder.commandLogLevel(org.apache.camel.LoggingLevel commandLogLevel) Logging level to be used for commands during execution.ExecEndpointBuilderFactory.endpointBuilder(String componentName, String path) Exec (camel-exec) Execute commands on the underlying operating system.Exec (camel-exec) Execute commands on the underlying operating system.ExecEndpointBuilderFactory.ExecEndpointBuilder.exitValues(String exitValues) The exit values of successful executions.The name of a file, created by the executable, that should be considered as its output.ExecEndpointBuilderFactory.ExecEndpointBuilder.timeout(long timeout) The timeout, in milliseconds, after which the executable should be terminated.The timeout, in milliseconds, after which the executable should be terminated.ExecEndpointBuilderFactory.ExecEndpointBuilder.useStderrOnEmptyStdout(boolean useStderrOnEmptyStdout) A boolean indicating that when stdout is empty, this component will populate the Camel Message Body with stderr.ExecEndpointBuilderFactory.ExecEndpointBuilder.useStderrOnEmptyStdout(String useStderrOnEmptyStdout) A boolean indicating that when stdout is empty, this component will populate the Camel Message Body with stderr.ExecEndpointBuilderFactory.ExecEndpointBuilder.workingDir(String workingDir) The directory in which the command should be executed.