Class AbstractConvertSubcommand.AbstractConversionCommandExecutor

java.lang.Object
dev.metaschema.cli.processor.command.AbstractCommandExecutor
dev.metaschema.cli.commands.AbstractConvertSubcommand.AbstractConversionCommandExecutor
All Implemented Interfaces:
ICommandExecutor
Enclosing class:
AbstractConvertSubcommand

protected abstract static class AbstractConvertSubcommand.AbstractConversionCommandExecutor extends AbstractCommandExecutor
Used by implementing classes to provide for execution of a conversion command.
  • Constructor Details

    • AbstractConversionCommandExecutor

      protected AbstractConversionCommandExecutor(@NonNull CallingContext callingContext, @NonNull org.apache.commons.cli.CommandLine commandLine)
      Construct a new command executor.
      Parameters:
      callingContext - the context of the command execution
      commandLine - the parsed command line details
  • Method Details