Class CamelStartupRecorderAction
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelStartupRecorderAction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
CamelCommand.ParameterConsumer<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoCall()protected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected intsortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelStartupRecorderAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelStartupRecorderAction.Row o2) protected org.apache.camel.util.json.JsonObjectwaitForOutputFile(File outputFile) Methods inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
call, configureLoggingOff, disarrangeLogging, getActionFile, getDebugFile, getMain, getOutputFile, getReceiveFile, getRunBackgroundLogFile, getStatusFile, getTraceFile, printConfigurationValues, printer
-
Constructor Details
-
CamelStartupRecorderAction
-
-
Method Details
-
doWatchCall
- Throws:
Exception
-
sortRow
protected int sortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelStartupRecorderAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelStartupRecorderAction.Row o2) -
waitForOutputFile
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
clearScreen
protected void clearScreen() -
getJsonObject
-