Class CamelStubAction
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelStubAction
-
Nested Class Summary
Nested 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 Integerprotected static org.apache.camel.util.json.JsonObjectgetJsonObject(File outputFile) protected voidprotected intsortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelStubAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelStubAction.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
-
CamelStubAction
-
-
Method Details
-
doWatchCall
- Throws:
Exception
-
sortRow
protected int sortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelStubAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelStubAction.Row o2) -
printStub
protected void printStub(List<org.apache.camel.dsl.jbang.core.commands.action.CamelStubAction.Row> rows) -
waitForOutputFile
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
clearScreen
protected void clearScreen() -
getJsonObject
-