Class RunCommand

java.lang.Object
nz.org.riskscape.engine.cli.ApplicationCommand
nz.org.riskscape.engine.cli.model.BaseModelRunCommand
nz.org.riskscape.engine.cli.model.RunCommand
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

public class RunCommand extends BaseModelRunCommand
  • Nested Class Summary

    Nested classes/interfaces inherited from class nz.org.riskscape.engine.cli.model.BaseModelRunCommand

    BaseModelRunCommand.LocalProblems
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class nz.org.riskscape.engine.cli.model.BaseModelRunCommand

    modelId, parameters, parametersFile, runnerOptions
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    doCommand(nz.org.riskscape.engine.Project useProject)
     

    Methods inherited from class nz.org.riskscape.engine.cli.model.BaseModelRunCommand

    getCliParameterMap, getCurrentTime, realize, updateParameters, warnIfCannotOverrideFormat

    Methods inherited from class nz.org.riskscape.engine.cli.ApplicationCommand

    asPropertyWithProblems, bindOutput, combineKeyValuesForDisplay, displayWithProblems, formatFailedObjectErrorsForTable, formatProblemsForTableText, getBindingContext, getDetailedHelp, getEngine, getExecutionContext, getLocale, getMessages, getObject, getProject, getRealizationContext, getTerminal, paramString, parseJsonArguments, parseJsonArguments, resourceFrom, run, setEngine, setMessages, setProject, setTerminal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface nz.org.riskscape.engine.cli.EngineCommand

    close

    Methods inherited from interface nz.org.riskscape.engine.cli.PipelineRenderer

    boundPipelineParameterToString, getLocale, getMessages, graph, printPipeline, printStep, printStruct

    Methods inherited from interface nz.org.riskscape.engine.cli.TerminalCommand

    print, printerr, stderr, stdin, stdout
  • Field Details

    • graphPipeline

      public Boolean graphPipeline
  • Constructor Details

    • RunCommand

      public RunCommand()
  • Method Details

    • doCommand

      public Object doCommand(nz.org.riskscape.engine.Project useProject)
      Specified by:
      doCommand in class nz.org.riskscape.engine.cli.ApplicationCommand