Class AbstractTerminalCommand
- java.lang.Object
-
- gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
-
- All Implemented Interfaces:
ICommand
public abstract class AbstractTerminalCommand extends Object implements ICommand
-
-
Constructor Summary
Constructors Constructor Description AbstractTerminalCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ICommand>getSubCommands()booleanisSubCommandRequired()protected static PathresolvePathAgainstCWD(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 Detail
-
AbstractTerminalCommand
public AbstractTerminalCommand()
-
-
Method Detail
-
getSubCommands
public Collection<ICommand> getSubCommands()
- Specified by:
getSubCommandsin interfaceICommand
-
isSubCommandRequired
public boolean isSubCommandRequired()
- Specified by:
isSubCommandRequiredin interfaceICommand
-
resolvePathAgainstCWD
protected static Path resolvePathAgainstCWD(@NonNull Path path)
-
-