Class InfraBaseCommand
java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.infra.InfraBaseCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
CamelCommand.ParameterConsumer<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJsonFileName(String service, String pid) getLogFileName(String service, String pid) protected List<org.apache.camel.dsl.jbang.core.commands.infra.InfraBaseCommand.TestInfraService> intlistServices(Consumer<List<org.apache.camel.dsl.jbang.core.commands.infra.InfraBaseCommand.Row>> serviceConsumer) Methods inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand
call, configureLoggingOff, disarrangeLogging, doCall, getActionFile, getDebugFile, getMain, getOutputFile, getReceiveFile, getRunBackgroundLogFile, getStatusFile, getTraceFile, printConfigurationValues, printer
-
Field Details
-
jsonMapper
protected final com.fasterxml.jackson.databind.ObjectMapper jsonMapper
-
-
Constructor Details
-
InfraBaseCommand
-
-
Method Details
-
getMetadata
protected List<org.apache.camel.dsl.jbang.core.commands.infra.InfraBaseCommand.TestInfraService> getMetadata() throws IOException- Throws:
IOException
-
listServices
public int listServices(Consumer<List<org.apache.camel.dsl.jbang.core.commands.infra.InfraBaseCommand.Row>> serviceConsumer) throws IOException - Throws:
IOException
-
getLogFileName
-
getJsonFileName
-