Uses of Class
org.refcodes.cli.IntOption
-
Uses of IntOption in org.refcodes.cli
Modifier and TypeMethodDescriptionstatic IntOption
Instantiates a newIntOption
with the given arguments.static IntOption
Instantiates a newIntOption
with the given arguments.static IntOption
CliSugar.intOption
(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.static IntOption
CliSugar.intOption
(Character aShortOption, String aLongOption, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.static IntOption
Instantiates a newIntOption
with the given arguments.static IntOption
Instantiates a newIntOption
with the given arguments.static IntOption
CliSugar.intOption
(String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.static IntOption
Instantiates a newIntOption
with the given arguments.Modifier and TypeMethodDescriptionstatic IntOption
CliSugar.intOption
(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.static IntOption
CliSugar.intOption
(Character aShortOption, String aLongOption, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.static IntOption
CliSugar.intOption
(String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.static IntOption
Instantiates a newIntOption
with the given arguments.ModifierConstructorDescriptionIntOption
(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.IntOption
(Character aShortOption, String aLongOption, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOption
with the given arguments.Instantiates a newIntOption
with the given arguments.Instantiates a newIntOption
with the given arguments.Instantiates a newIntOption
with the alias being the proerty's key and the value being the property's value.