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,FormatsCommand.Save.OutputOptions
- Enclosing class:
- FormatsCommand
public abstract static class FormatsCommand.BaseFormatCommand
extends nz.org.riskscape.engine.cli.EngineOnlyCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetDescription(nz.org.riskscape.engine.bind.Parameter param, Object owner, nz.org.riskscape.engine.bind.BindingContext bindingContext) nz.org.riskscape.engine.data.BookmarkResolvergetResolver(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, 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.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) -
getDescription
-