Uses of Enum Class
eu.svjatoslav.commons.cli_helper.parameter_parser.ParameterCount
-
Uses of ParameterCount in eu.svjatoslav.commons.cli_helper.parameter_parser
Modifier 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.ModifierConstructorDescriptionOption
(boolean mandatory, ParameterCount parameterCount, String description, String... aliases2) Represents an option that can be provided on CLI.Option
(String description, ParameterCount parameterCount)