Class Run
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.Run
- Direct Known Subclasses:
Debug
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
CamelCommand.ParameterConsumer<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanprotected booleanstatic final Stringbooleanlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected voiddoAddInitialProperty(org.apache.camel.main.KameletMain main) doCall()protected intrunBackground(org.apache.camel.main.KameletMain main) protected intrunCamelVersion(org.apache.camel.main.KameletMain main) protected intrunCustomCamelVersion(org.apache.camel.main.KameletMain main) protected IntegerrunDebug()protected intrunDebug(org.apache.camel.main.KameletMain main) protected intrunKameletMain(org.apache.camel.main.KameletMain main) protected Integerprotected IntegerrunSilent(boolean ignoreLoadingError) protected IntegerrunTransform(boolean ignoreLoadingError) runTransformMessage(String camelVersion) Methods inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
call, configureLoggingOff, getActionFile, getDebugFile, getMain, getOutputFile, getStatusFile, getTraceFile, printConfigurationValues, printer
-
Field Details
-
RUN_SETTINGS_FILE
- See Also:
-
silentRun
public boolean silentRun -
spawnPid
public long spawnPid -
files
-
background
public boolean background -
empty
public boolean empty -
ignoreLoadingError
protected boolean ignoreLoadingError
-
-
Constructor Details
-
Run
-
-
Method Details
-
getProfile
-
disarrangeLogging
public boolean disarrangeLogging()- Overrides:
disarrangeLoggingin classCamelCommand
-
doCall
- Specified by:
doCallin classCamelCommand- Throws:
Exception
-
runSilent
- Throws:
Exception
-
runSilent
- Throws:
Exception
-
runTransform
- Throws:
Exception
-
runTransformMessage
- Throws:
Exception
-
runScript
- Throws:
Exception
-
runDebug
- Throws:
Exception
-
doAddInitialProperty
protected void doAddInitialProperty(org.apache.camel.main.KameletMain main) -
runCamelVersion
- Throws:
Exception
-
runBackground
- Throws:
Exception
-
runDebug
- Throws:
Exception
-
runCustomCamelVersion
- Throws:
Exception
-
runKameletMain
- Throws:
Exception
-