Class CamelTraceAction
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested 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 Integerprotected Integerprotected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected voidprintTrace(String name, int pids, org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.Row row, Date limit) protected intsortStatusRow(org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.StatusRow o1, org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.StatusRow o2) 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
-
CamelTraceAction
-
-
Method Details
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
doStatusCall
-
sortStatusRow
protected int sortStatusRow(org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.StatusRow o1, org.apache.camel.dsl.jbang.core.commands.action.CamelTraceAction.StatusRow o2) -
doDumpCall
- Throws:
Exception
-
printTrace
-
getJsonObject
-