Class AbstractDeprecatedOscalValidationSubcommand

java.lang.Object
dev.metaschema.cli.processor.command.AbstractTerminalCommand
dev.metaschema.cli.commands.AbstractValidateContentCommand
dev.metaschema.oscal.tools.cli.core.commands.AbstractOscalValidationCommand
dev.metaschema.oscal.tools.cli.core.commands.AbstractDeprecatedOscalValidationSubcommand
All Implemented Interfaces:
dev.metaschema.cli.processor.command.ICommand

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 dev.metaschema.oscal.tools.cli.core.commands.AbstractOscalValidationCommand

    AbstractOscalValidationCommand.OscalValidationCommandExecutor

    Nested classes/interfaces inherited from class dev.metaschema.cli.commands.AbstractValidateContentCommand

    dev.metaschema.cli.commands.AbstractValidateContentCommand.AbstractValidationCommandExecutor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    dev.metaschema.cli.processor.command.ICommandExecutor
    newExecutor(dev.metaschema.cli.processor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)
     

    Methods inherited from class dev.metaschema.oscal.tools.cli.core.commands.AbstractOscalValidationCommand

    getOscalJsonSchema, getOscalXmlSchemas

    Methods inherited from class dev.metaschema.cli.commands.AbstractValidateContentCommand

    gatherOptions, getExtraArguments, getName

    Methods inherited from class dev.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 dev.metaschema.cli.processor.command.ICommand

    getDescription, getSubCommandByName, getSubCommands, isSubCommandRequired, validateExtraArguments, validateOptions
  • Constructor Details

  • Method Details

    • newExecutor

      public dev.metaschema.cli.processor.command.ICommandExecutor newExecutor(dev.metaschema.cli.processor.CallingContext callingContext, org.apache.commons.cli.CommandLine commandLine)
      Specified by:
      newExecutor in interface dev.metaschema.cli.processor.command.ICommand
      Specified by:
      newExecutor in class AbstractOscalValidationCommand