Class BatchCommand
java.lang.Object
nz.org.riskscape.engine.cli.ApplicationCommand
nz.org.riskscape.engine.cli.model.BaseModelRunCommand
nz.org.riskscape.engine.cli.model.BatchCommand
- All Implemented Interfaces:
AutoCloseable,nz.org.riskscape.engine.cli.ChildCommand,nz.org.riskscape.engine.cli.EngineCommand,nz.org.riskscape.engine.cli.PipelineRenderer,nz.org.riskscape.engine.cli.TerminalCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classNested classes/interfaces inherited from class nz.org.riskscape.engine.cli.model.BaseModelRunCommand
BaseModelRunCommand.LocalProblems -
Field Summary
FieldsFields inherited from class nz.org.riskscape.engine.cli.model.BaseModelRunCommand
modelId, parameters, parametersFile, runnerOptions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nz.org.riskscape.engine.cli.model.BaseModelRunCommand
getCliParameterMap, getCurrentTime, realize, realize, updateParameters, warnIfCannotOverrideFormatMethods inherited from class nz.org.riskscape.engine.cli.ApplicationCommand
asPropertyWithProblems, bindOutput, combineKeyValuesForDisplay, displayWithProblems, formatFailedObjectErrorsForTable, formatProblemsForTableText, getDetailedHelp, getEngine, getMessages, getObject, getProject, getTerminal, paramString, parseJsonArguments, parseJsonArguments, resourceFrom, run, setEngine, setMessages, setProject, setTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.cli.EngineCommand
closeMethods inherited from interface nz.org.riskscape.engine.cli.PipelineRenderer
boundPipelineParameterToString, graph, printPipeline, printPipeline, printTypeMethods inherited from interface nz.org.riskscape.engine.cli.TerminalCommand
print, printerr, stderr, stdin, stdout
-
Field Details
-
VARY_TOKEN
- See Also:
-
VARY_TOKEN_PATTERN
-
varyParameter
-
varyInputString
-
failureMode
-
-
Constructor Details
-
BatchCommand
public BatchCommand()
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classnz.org.riskscape.engine.cli.ApplicationCommand
-