Class AbstractOscalConvertSubcommand

    • Nested Class Summary

      • Nested classes/interfaces inherited from class gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand

        gov.nist.secauto.metaschema.cli.commands.AbstractConvertSubcommand.AbstractConversionCommandExecutor
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract Class<?> getOscalClass()  
      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 interface gov.nist.secauto.metaschema.cli.processor.command.ICommand

        getDescription, getSubCommandByName, requiredExtraArgumentsCount
    • Method Detail

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