Uses of Class
org.refcodes.cli.IntOption
-
Uses of IntOption in org.refcodes.cli
Methods in org.refcodes.cli that return IntOptionModifier and TypeMethodDescriptionstatic IntOptionInstantiates a newIntOptionwith the given arguments.static IntOptionInstantiates a newIntOptionwith the given arguments.static IntOptionCliSugar.intOption(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.static IntOptionCliSugar.intOption(Character aShortOption, String aLongOption, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.static IntOptionInstantiates a newIntOptionwith the given arguments.static IntOptionInstantiates a newIntOptionwith the given arguments.static IntOptionCliSugar.intOption(String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.static IntOptionInstantiates a newIntOptionwith the given arguments.IntOption.withVisible(boolean isVisible) Visibility in this context means displaying or hiding thisTerm's existence to the user (defaults totrue).Method parameters in org.refcodes.cli with type arguments of type IntOptionModifier and TypeMethodDescriptionstatic IntOptionCliSugar.intOption(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.static IntOptionCliSugar.intOption(Character aShortOption, String aLongOption, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.static IntOptionCliSugar.intOption(String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.static IntOptionInstantiates a newIntOptionwith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type IntOptionModifierConstructorDescriptionIntOption(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.IntOption(Character aShortOption, String aLongOption, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.Instantiates a newIntOptionwith the given arguments.Instantiates a newIntOptionwith the given arguments.Instantiates a newIntOptionwith the alias being the proerty's key and the value being the property's value.