Package net.royalur.cli
Class CLIRoutingCommand
java.lang.Object
net.royalur.cli.CLICommand
net.royalur.cli.CLIRoutingCommand
- Direct Known Subclasses:
LutCommand,Main,StatsCommand
-
Field Summary
Fields inherited from class net.royalur.cli.CLICommand
args, description, name, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSubCommand(CLICommand subCommand) voidprintHelp(PrintStream out) Methods inherited from class net.royalur.cli.CLICommand
addOptionalArg, addRequiredArg, appendCommandNoArgs, appendPositionalArgs, countKeywordArgs, countPositionalArgs, getCommand, getCommandForHelp, getCommandNoArgs, getCommandStack
-
Constructor Details
-
CLIRoutingCommand
-
-
Method Details
-
addSubCommand
-
getCommandForHelp
- Overrides:
getCommandForHelpin classCLICommand
-
printHelp
- Overrides:
printHelpin classCLICommand
-
handle
- Specified by:
handlein classCLICommand- Throws:
Exception
-