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.poam.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
Constructors - 
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
newExecutorMethods inherited from class gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand
gatherOptions, getExtraArguments, getNameMethods inherited from class gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
getCurrentWorkingDirectory, resolveAgainstCWD, resolveAgainstCWD, resolveAgainstCWDMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:AbstractOscalConvertCommandGet the bound object class for the assembly associated with the command.- Specified by:
 getOscalClassin classAbstractOscalConvertCommand- Returns:
 - the bound object class for the associated assembly
 
 
 -