Class MetapathCommand

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

public class MetapathCommand extends AbstractParentCommand
This sub-command implementation contains all command that relate to Metapath execution.
  • Constructor Details

    • MetapathCommand

      public MetapathCommand()
      Constructor for a new Metapath command.
  • Method Details

    • getName

      public String getName()
      Description copied from interface: ICommand
      Get the name of the command.

      This name is used to call the command as a command line argument.

      Returns:
      the command's name
    • getDescription

      public String getDescription()
      Description copied from interface: ICommand
      Get a description of what the command does.

      This description is displayed in help output.

      Returns:
      the description