Class CamelRouteAction
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelRouteAction
- Direct Known Subclasses:
CamelRouteResumeAction,CamelRouteStartAction,CamelRouteStopAction,CamelRouteSuspendAction
-
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 TypeMethodDescriptiondoCall()protected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected abstract voidonAction(org.apache.camel.util.json.JsonObject root) Methods inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
call, configureLoggingOff, disarrangeLogging, getActionFile, getDebugFile, getMain, getOutputFile, getStatusFile, getTraceFile, printConfigurationValues, printer
-
Constructor Details
-
CamelRouteAction
-
-
Method Details
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
onAction
protected abstract void onAction(org.apache.camel.util.json.JsonObject root) -
getJsonObject
-