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 TypeMethodDescriptionvoid
addSubCommand
(CLICommand subCommand) void
printHelp
(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:
getCommandForHelp
in classCLICommand
-
printHelp
- Overrides:
printHelp
in classCLICommand
-
handle
- Specified by:
handle
in classCLICommand
- Throws:
Exception
-