Class AbstractConvertSubcommand

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 Classes
    Modifier and Type
    Class
    Description
    protected static class 
    Used by implementing classes to provide for execution of a conversion command.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends org.apache.commons.cli.Option>
     
    List<dev.metaschema.cli.processor.command.ExtraArgument>
     
     

    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, newExecutor, validateExtraArguments, validateOptions