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
Provides an OSCAL content conversion command.
-
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
-
Method Summary
Modifier and TypeMethodDescriptiongov.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
Methods inherited from class gov.nist.secauto.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 gov.nist.secauto.metaschema.cli.processor.command.ICommand
getSubCommandByName, getSubCommands, isSubCommandRequired, validateExtraArguments, validateOptions
-
Constructor Details
-
ConvertCommand
public ConvertCommand()
-
-
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)
-