Class ConvertSubcommand
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand
gov.nist.secauto.oscal.tools.cli.core.commands.AbstractOscalConvertCommand
gov.nist.secauto.oscal.tools.cli.core.commands.componentdefinition.ConvertSubcommand
- All Implemented Interfaces:
gov.nist.secauto.metaschema.cli.processor.command.ICommand
Provides an OSCAL content conversion command.
This executor provides user feedback stating that this command is deprecated
in favor of the ConvertCommand
.
-
Nested Class Summary
Nested classes/interfaces inherited from class gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand
gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand.AbstractConversionCommandExecutor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends gov.nist.secauto.metaschema.core.model.IBoundObject>
Get the bound object class for the assembly associated with the command.Methods inherited from class gov.nist.secauto.oscal.tools.cli.core.commands.AbstractOscalConvertCommand
newExecutor
Methods inherited from class gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand
gatherOptions, getExtraArguments, getName
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
-
ConvertSubcommand
public ConvertSubcommand()
-
-
Method Details
-
getDescription
-
getOscalClass
Description copied from class:AbstractOscalConvertCommand
Get the bound object class for the assembly associated with the command.- Specified by:
getOscalClass
in classAbstractOscalConvertCommand
- Returns:
- the bound object class for the associated assembly
-