Class AbstractDeprecatedOscalValidationSubcommand
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand
gov.nist.secauto.metaschema.cli.commands.AbstractValidateContentCommand
gov.nist.secauto.oscal.tools.cli.core.commands.AbstractOscalValidationCommand
gov.nist.secauto.oscal.tools.cli.core.commands.AbstractDeprecatedOscalValidationSubcommand
- All Implemented Interfaces:
 gov.nist.secauto.metaschema.cli.processor.command.ICommand
public abstract class AbstractDeprecatedOscalValidationSubcommand
extends AbstractOscalValidationCommand
This abstract command implementation provides user feedback about extending
 command being deprecated in favor of the 
ValidateCommand.- 
Nested Class Summary
Nested classes/interfaces inherited from class gov.nist.secauto.oscal.tools.cli.core.commands.AbstractOscalValidationCommand
AbstractOscalValidationCommand.OscalValidationCommandExecutorNested classes/interfaces inherited from class gov.nist.secauto.metaschema.cli.commands.AbstractValidateContentCommand
gov.nist.secauto.metaschema.cli.commands.AbstractValidateContentCommand.AbstractValidationCommandExecutor - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.cli.processor.command.ICommandExecutornewExecutor(gov.nist.secauto.metaschema.cli.processor.CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) Methods inherited from class gov.nist.secauto.oscal.tools.cli.core.commands.AbstractOscalValidationCommand
getOscalJsonSchema, getOscalXmlSchemasMethods inherited from class gov.nist.secauto.metaschema.cli.commands.AbstractValidateContentCommand
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
getDescription, getSubCommandByName, getSubCommands, isSubCommandRequired, validateExtraArguments, validateOptions 
- 
Constructor Details
- 
AbstractDeprecatedOscalValidationSubcommand
 
 - 
 - 
Method Details
- 
newExecutor
public gov.nist.secauto.metaschema.cli.processor.command.ICommandExecutor newExecutor(gov.nist.secauto.metaschema.cli.processor.CLIProcessor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine) - Specified by:
 newExecutorin interfacegov.nist.secauto.metaschema.cli.processor.command.ICommand- Specified by:
 newExecutorin classAbstractOscalValidationCommand
 
 -