Class CamelBrowseAction
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction
-
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 voiddumpMessages(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row> rows, boolean onlyBody) protected StringgetEndpointUri(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row r) protected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected StringgetMessageAgo(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row r) protected StringgetQueueSize(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row r) protected intsortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row o2) protected voidtableStatus(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row> rows) 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
-
CamelBrowseAction
-
-
Method Details
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
dumpMessages
protected void dumpMessages(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row> rows, boolean onlyBody) -
tableStatus
protected void tableStatus(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row> rows) -
sortRow
protected int sortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row o2) -
getMessageAgo
protected String getMessageAgo(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row r) -
getQueueSize
protected String getQueueSize(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row r) -
getEndpointUri
protected String getEndpointUri(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row r) -
getJsonObject
-