java.lang.Object
dev.metaschema.cli.processor.command.AbstractParentCommand
dev.metaschema.cli.commands.metapath.MetapathCommand
- All Implemented Interfaces:
ICommand
This sub-command implementation contains all command that relate to Metapath
execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a description of what the command does.getName()Get the name of the command.Methods inherited from class dev.metaschema.cli.processor.command.AbstractParentCommand
addCommandHandler, getSubCommandByName, getSubCommands, isSubCommandRequired, newExecutorMethods 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
gatherOptions, getExtraArguments, validateExtraArguments, validateOptions
-
Constructor Details
-
MetapathCommand
public MetapathCommand()Constructor for a new Metapath command.
-
-
Method Details
-
getName
Description copied from interface:ICommandGet the name of the command.This name is used to call the command as a command line argument.
- Returns:
- the command's name
-
getDescription
Description copied from interface:ICommandGet a description of what the command does.This description is displayed in help output.
- Returns:
- the description
-