Class CamelBeanDump
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump
-
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()protected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected voidpropertiesTable(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.PropertyRow> rows) protected voidsingleTable(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.Row> rows) protected intsortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.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
-
CamelBeanDump
-
-
Method Details
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
singleTable
protected void singleTable(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.Row> rows) -
propertiesTable
protected void propertiesTable(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.PropertyRow> rows) -
sortRow
protected int sortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelBeanDump.Row o2) -
waitForOutputFile
-
getJsonObject
-