Uses of Class
eu.svjatoslav.commons.cli_helper.parameter_parser.Option
Packages that use Option
Package
Description
-
Uses of Option in eu.svjatoslav.commons.cli_helper.parameter_parser
Classes in eu.svjatoslav.commons.cli_helper.parameter_parser with type parameters of type OptionModifier and TypeClassDescriptionclass
Represents a command-line option (a flag or switch), which can be configured with: whether it's mandatory the number of parameters accepted a textual description aliases (the actual CLI flags, e.g., "--help" or "-h")Methods in eu.svjatoslav.commons.cli_helper.parameter_parser with type parameters of type OptionModifier and TypeMethodDescription<E extends Option<?,
E>>
EParser.add
(E option) Registers an option with this parser.Methods in eu.svjatoslav.commons.cli_helper.parameter_parser that return OptionModifier and TypeMethodDescriptionOption<?,
?> Parser.findParameterByAlias
(String alias) Looks up an option by alias. -
Uses of Option in eu.svjatoslav.commons.cli_helper.parameter_parser.parameter
Subclasses of Option in eu.svjatoslav.commons.cli_helper.parameter_parser.parameterModifier and TypeClassDescriptionclass
Represents a command-line option that accepts exactly one parameter interpreted as a directory path.class
Represents a command-line option that accepts one or more directory paths.class
Represents a command-line option that accepts exactly one parameter which is interpreted as a file path.class
Represents a command-line option that accepts one or more file paths.class
Represents a command-line option that accepts exactly one floating-point parameter.class
Represents a command-line option that accepts exactly one parameter interpreted as an integer.class
Represents a command-line option that accepts exactly zero parameters.class
Represents a command-line option that accepts exactly one string parameter.class
Represents a command-line option that accepts one or more string parameters.