java.lang.Object
dev.metaschema.cli.processor.command.AbstractTerminalCommand
dev.metaschema.cli.commands.AbstractConvertSubcommand
- All Implemented Interfaces:
dev.metaschema.cli.processor.command.ICommand
- Direct Known Subclasses:
ConvertContentUsingModuleCommand
public abstract class AbstractConvertSubcommand
extends dev.metaschema.cli.processor.command.AbstractTerminalCommand
Used by implementing classes to provide a content conversion command.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classUsed by implementing classes to provide for execution of a conversion command. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends org.apache.commons.cli.Option>List<dev.metaschema.cli.processor.command.ExtraArgument>getName()Methods inherited from class dev.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 dev.metaschema.cli.processor.command.ICommand
getDescription, getSubCommandByName, getSubCommands, isSubCommandRequired, newExecutor, validateExtraArguments, validateOptions
-
Constructor Details
-
AbstractConvertSubcommand
public AbstractConvertSubcommand()
-
-
Method Details
-
getName
-
gatherOptions
-
getExtraArguments
-