Class AbstractTerminalCommand
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
- All Implemented Interfaces:
ICommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static Path
boolean
protected static URI
resolveAgainstCWD
(String uri) protected static URI
resolveAgainstCWD
(URI uri) protected static Path
resolveAgainstCWD
(Path path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getSubCommands
in interfaceICommand
-
isSubCommandRequired
- Specified by:
isSubCommandRequired
in interfaceICommand
-
getCurrentWorkingDirectory
-
resolveAgainstCWD
-
resolveAgainstCWD
-
resolveAgainstCWD
- Throws:
URISyntaxException
-