Class CamelRouteStartAction
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelRouteAction
org.apache.camel.dsl.jbang.core.commands.action.CamelRouteStartAction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
CamelCommand.ParameterConsumer<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected voidonAction(org.apache.camel.util.json.JsonObject root) Methods inherited from class org.apache.camel.dsl.jbang.core.commands.action.CamelRouteAction
doCallMethods inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
call, configureLoggingOff, disarrangeLogging, getActionFile, getDebugFile, getMain, getOutputFile, getStatusFile, getTraceFile, printConfigurationValues, printer
-
Constructor Details
-
CamelRouteStartAction
-
-
Method Details
-
onAction
protected void onAction(org.apache.camel.util.json.JsonObject root) - Specified by:
onActionin classCamelRouteAction
-
getJsonObject
-