Uses of Enum Class
eu.svjatoslav.commons.cli_helper.parameter_parser.ParameterCount
Packages that use ParameterCount
-
Uses of ParameterCount in eu.svjatoslav.commons.cli_helper.parameter_parser
Methods in eu.svjatoslav.commons.cli_helper.parameter_parser that return ParameterCountModifier and TypeMethodDescriptionstatic ParameterCount
Returns the enum constant of this class with the specified name.static ParameterCount[]
ParameterCount.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.svjatoslav.commons.cli_helper.parameter_parser with parameters of type ParameterCountModifierConstructorDescriptionOption
(boolean mandatory, ParameterCount parameterCount, String description, String... aliases2) Represents an option that can be provided on CLI.Option
(String description, ParameterCount parameterCount)