Uses of Class
org.strassburger.tui4j.command.Argument
Packages that use Argument
-
Uses of Argument in org.strassburger.tui4j.command
Methods in org.strassburger.tui4j.command that return ArgumentModifier and TypeMethodDescriptionCreates a boolean argument.Creates a double argument.Creates a float argument.Creates an integer argument.static <T> Argument<T>Creates a string argument.Methods in org.strassburger.tui4j.command that return types with arguments of type ArgumentModifier and TypeMethodDescriptionCommand.getArguments()CommandContext.getArguments()Retrieves the map of arguments and their corresponding values.Methods in org.strassburger.tui4j.command with parameters of type ArgumentModifier and TypeMethodDescriptionCommand.addArgument(Argument<?>... argument) Adds one or more arguments to this command.<T> TCommandContext.getArgumentValue(Argument<T> argument) Retrieves the value of the specified argument.Constructor parameters in org.strassburger.tui4j.command with type arguments of type Argument