Class ResourceCommand.ResourceListCommand

java.lang.Object
nz.org.riskscape.engine.cli.EngineOnlyCommand
nz.org.riskscape.engine.cli.ResourceCommand.ResourceListCommand
All Implemented Interfaces:
AutoCloseable, nz.org.riskscape.engine.cli.ChildCommand, nz.org.riskscape.engine.cli.EngineCommand, nz.org.riskscape.engine.cli.TerminalCommand
Enclosing class:
ResourceCommand

public static class ResourceCommand.ResourceListCommand extends nz.org.riskscape.engine.cli.EngineOnlyCommand

Function list sub command.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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

    • ResourceListCommand

      public ResourceListCommand()
  • Method Details

    • doCommand

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