Interface ExecComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface ExecComponentBuilderFactory
Execute commands on the underlying operating system. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ExecComponentBuilderFactory.ExecComponentBuilder
Builder for the Exec component.static class
ExecComponentBuilderFactory.ExecComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static ExecComponentBuilderFactory.ExecComponentBuilder
exec()
Exec (camel-exec) Execute commands on the underlying operating system.
-
-
-
Method Detail
-
exec
static ExecComponentBuilderFactory.ExecComponentBuilder exec()
Exec (camel-exec) Execute commands on the underlying operating system. Category: system Since: 2.3 Maven coordinates: org.apache.camel:camel-exec- Returns:
- the dsl builder
-
-