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) 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 the classIntOption.IntOption(Character aShortOption, String aLongOption, String aDescription, Consumer<IntOption> aConsumer) Instantiates a newIntOptionwith the given arguments.Instantiates the classIntOption.Instantiates a newIntOptionwith the given arguments.Instantiates a newIntOptionwith the alias being the proerty's key and the value being the property's value.