Class CliPipelineRunnerOptions
java.lang.Object
nz.org.riskscape.engine.cli.pipeline.CliPipelineRunnerOptions
Mixin of CLI switches for any command that wants to use the CliPipelineRunner
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.engine.output.FormatgetFormat(nz.org.riskscape.engine.pipeline.ExecutionContext context) getOutputBase(nz.org.riskscape.engine.pipeline.ExecutionContext context) Gets theoutputparameter as a URI using the given output base
-
Field Details
-
output
-
printPipeline
-
printStep
-
replace
public boolean replace -
checksum
public boolean checksum -
progressIndicator
-
engineStats
public boolean engineStats -
format
-
-
Constructor Details
-
CliPipelineRunnerOptions
public CliPipelineRunnerOptions()
-
-
Method Details
-
getOutputBase
public URI getOutputBase(nz.org.riskscape.engine.pipeline.ExecutionContext context) throws nz.org.riskscape.engine.cli.ExitException Gets the
outputparameter as a URI using the given output baseNB this method is intended for use with '--output' options associated with pipeline output
- Throws:
nz.org.riskscape.engine.cli.ExitException- should any binding problems occur.
-
getFormat
public nz.org.riskscape.engine.output.Format getFormat(nz.org.riskscape.engine.pipeline.ExecutionContext context)
-