Class ConvertCommand

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.ConvertCommand
All Implemented Interfaces:
gov.nist.secauto.metaschema.cli.processor.command.ICommand

public class ConvertCommand extends gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand
  • 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
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand

    gatherOptions, getExtraArguments, getName, validateOptions

    Methods inherited from class gov.nist.secauto.metaschema.cli.processor.command.AbstractTerminalCommand

    getSubCommands, isSubCommandRequired, resolvePathAgainstCWD

    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, requiredExtraArgumentsCount
  • Constructor Details

  • Method Details

    • getDescription

    • 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)