Class AbstractTerminalCommand
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
- All Implemented Interfaces:
ICommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static Pathbooleanprotected static URIresolveAgainstCWD(String uri) protected static URIresolveAgainstCWD(URI uri) protected static PathresolveAgainstCWD(Path path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.nist.secauto.metaschema.cli.processor.command.ICommand
gatherOptions, getDescription, getExtraArguments, getName, getSubCommandByName, newExecutor, requiredExtraArgumentsCount, validateOptions
-
Constructor Details
-
AbstractTerminalCommand
public AbstractTerminalCommand()
-
-
Method Details
-
getSubCommands
- Specified by:
getSubCommandsin interfaceICommand
-
isSubCommandRequired
public boolean isSubCommandRequired()- Specified by:
isSubCommandRequiredin interfaceICommand
-
getCurrentWorkingDirectory
-
resolveAgainstCWD
-
resolveAgainstCWD
-
resolveAgainstCWD
- Throws:
URISyntaxException
-