Class CamelRouteDumpAction
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelRouteDumpAction
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
CamelCommand.ParameterConsumer<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCall()static StringextractSourceName(String loc) protected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected voidprintSource(List<org.apache.camel.dsl.jbang.core.commands.action.CamelRouteDumpAction.Row> rows) protected intsortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelRouteDumpAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelRouteDumpAction.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, getStatusFile, getTraceFile, printConfigurationValues, printer
-
Constructor Details
-
CamelRouteDumpAction
-
-
Method Details
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
sortRow
protected int sortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelRouteDumpAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelRouteDumpAction.Row o2) -
printSource
protected void printSource(List<org.apache.camel.dsl.jbang.core.commands.action.CamelRouteDumpAction.Row> rows) -
waitForOutputFile
-
extractSourceName
-
getJsonObject
-