Uses of Class
org.strassburger.tui4j.command.Command
Packages that use Command
-
Uses of Command in org.strassburger.tui4j.command
Methods in org.strassburger.tui4j.command that return CommandModifier and TypeMethodDescriptionCommand.addArgument(Argument<?>... argument) Adds one or more arguments to this command.Adds one or more options to this command.Command.addSubCommand(Command... command) Adds one or more sub-commands to this command.
Example:static CommandCreates a named command with the given name.static CommandCommand.root()Creates a root command with no name.Command.setHandler(CommandHandler handler) Sets the handler for this command.Methods in org.strassburger.tui4j.command that return types with arguments of type CommandMethods in org.strassburger.tui4j.command with parameters of type CommandModifier and TypeMethodDescriptionCommand.addSubCommand(Command... command) Adds one or more sub-commands to this command.
Example:static CommandContextConstructor parameters in org.strassburger.tui4j.command with type arguments of type Command