Uses of Record Class
net.royalur.cli.CLIArgumentType
Packages that use CLIArgumentType
-
Uses of CLIArgumentType in net.royalur.cli
Fields in net.royalur.cli declared as CLIArgumentTypeModifier and TypeFieldDescriptionstatic final CLIArgumentType
CLIArgumentType.FILE
static final CLIArgumentType
CLIArgumentType.GAME_SETTINGS
static final CLIArgumentType
CLIArgumentType.INTEGER
static final CLIArgumentType
CLIArgumentType.NONE
static final CLIArgumentType
CLIArgumentType.NUMBER
static final CLIArgumentType
CLIArgumentType.SUBCOMMAND
static final CLIArgumentType
CLIArgumentType.TEXT
static final CLIArgumentType
CLIArgumentType.UNKNOWN
static final CLIArgumentType
CLIArgumentType.VALUE_TYPE
Methods in net.royalur.cli that return CLIArgumentTypeModifier and TypeMethodDescriptionCLIArgument.type()
Returns the value of thetype
record component.Methods in net.royalur.cli with parameters of type CLIArgumentTypeModifier and TypeMethodDescriptionvoid
CLICommand.addOptionalArg
(String name, CLIArgumentType type, String... descriptionLines) void
CLICommand.addRequiredArg
(String name, CLIArgumentType type, String... descriptionLines) Constructors in net.royalur.cli with parameters of type CLIArgumentTypeModifierConstructorDescriptionCLIArgument
(String name, CLIArgumentType type, String[] descriptionLines, boolean required) Creates an instance of aCLIArgument
record class.