Package nz.org.riskscape.engine.cli
Class FormatsCommand.BaseFormatCommand
java.lang.Object
nz.org.riskscape.engine.cli.EngineOnlyCommand
nz.org.riskscape.engine.cli.FormatsCommand.BaseFormatCommand
- All Implemented Interfaces:
AutoCloseable
,nz.org.riskscape.engine.cli.ChildCommand
,nz.org.riskscape.engine.cli.EngineCommand
,nz.org.riskscape.engine.cli.TerminalCommand
- Direct Known Subclasses:
FormatsCommand.FormatInfo
,FormatsCommand.FormatListCommand
- Enclosing class:
- FormatsCommand
public abstract static class FormatsCommand.BaseFormatCommand
extends nz.org.riskscape.engine.cli.EngineOnlyCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.engine.data.BookmarkResolver
getResolver
(nz.org.riskscape.engine.Engine engine, String format) Methods inherited from class nz.org.riskscape.engine.cli.EngineOnlyCommand
doCommand, 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
-
BaseFormatCommand
public BaseFormatCommand()
-
-
Method Details
-
getResolver
public nz.org.riskscape.engine.data.BookmarkResolver getResolver(nz.org.riskscape.engine.Engine engine, String format)
-