Class MetapathCommand

java.lang.Object
dev.metaschema.cli.processor.command.AbstractParentCommand
dev.metaschema.cli.commands.metapath.MetapathCommand
All Implemented Interfaces:
dev.metaschema.cli.processor.command.ICommand

public class MetapathCommand extends dev.metaschema.cli.processor.command.AbstractParentCommand
This sub-command implementation contains all command that relate to Metapath execution.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for a new Metapath command.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class dev.metaschema.cli.processor.command.AbstractParentCommand

    addCommandHandler, getSubCommandByName, getSubCommands, isSubCommandRequired, newExecutor

    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

    gatherOptions, getExtraArguments, validateExtraArguments, validateOptions