Class ResolveCommand
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
gov.nist.secauto.oscal.tools.cli.core.commands.AbstractResolveCommand
gov.nist.secauto.oscal.tools.cli.core.commands.ResolveCommand
- All Implemented Interfaces:
gov.nist.secauto.metaschema.cli.processor.command.ICommand
A CLI command that supports resolving an OSCAL profile into a resolved
catalog.
-
Constructor Summary
-
Method Summary
Methods inherited from class gov.nist.secauto.oscal.tools.cli.core.commands.AbstractResolveCommand
executeCommand, gatherOptions, getDescription, getExtraArguments, newExecutor
Methods inherited from class gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
getCurrentWorkingDirectory, resolveAgainstCWD, resolveAgainstCWD, resolveAgainstCWD
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
getSubCommandByName, getSubCommands, isSubCommandRequired, validateExtraArguments, validateOptions
-
Constructor Details
-
ResolveCommand
public ResolveCommand()
-
-
Method Details
-
getName
-