Class MetaschemaCommand
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.command.AbstractParentCommand
gov.nist.secauto.oscal.tools.cli.core.commands.metaschema.MetaschemaCommand
- All Implemented Interfaces:
gov.nist.secauto.metaschema.cli.processor.command.ICommand
public class MetaschemaCommand
extends gov.nist.secauto.metaschema.cli.processor.command.AbstractParentCommand
A parent command implementation that organizes commands related to Metaschema
operations.
-
Constructor Summary
-
Method Summary
Methods inherited from class gov.nist.secauto.metaschema.cli.processor.command.AbstractParentCommand
addCommandHandler, getSubCommandByName, getSubCommands, isSubCommandRequired, newExecutor
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, getExtraArguments, validateExtraArguments, validateOptions
-
Constructor Details
-
MetaschemaCommand
public MetaschemaCommand()Construct a new parent command.
-
-
Method Details
-
getName
-
getDescription
-