Class FormatsCommand.Save.OutputOptions

java.lang.Object
nz.org.riskscape.engine.cli.EngineOnlyCommand
nz.org.riskscape.engine.cli.FormatsCommand.BaseFormatCommand
nz.org.riskscape.engine.cli.FormatsCommand.Save.OutputOptions
All Implemented Interfaces:
AutoCloseable, nz.org.riskscape.engine.cli.ChildCommand, nz.org.riskscape.engine.cli.EngineCommand, nz.org.riskscape.engine.cli.TerminalCommand
Enclosing class:
FormatsCommand.Save

public static class FormatsCommand.Save.OutputOptions extends FormatsCommand.BaseFormatCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.engine.cli.Table
    doCommand(nz.org.riskscape.engine.Engine engine)
     
     
    void
     

    Methods inherited from class nz.org.riskscape.engine.cli.FormatsCommand.BaseFormatCommand

    getDescription, getResolver

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

    getEngine, getMessages, getTerminal, run, setEngine, setMessages, 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.TerminalCommand

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

    • OutputOptions

      public OutputOptions()
  • Method Details

    • doCommand

      public nz.org.riskscape.engine.cli.Table doCommand(nz.org.riskscape.engine.Engine engine)
      Specified by:
      doCommand in class nz.org.riskscape.engine.cli.EngineOnlyCommand
    • getName

      public String getName()
    • setName

      public void setName(String name)