Uses of Class
org.refcodes.cli.IntProperty
-
Uses of IntProperty in org.refcodes.cli
Methods in org.refcodes.cli that return IntPropertyModifier and TypeMethodDescriptionstatic IntPropertyCliSugar.intProperty(Character aShortOption, String aLongOption, String aDescription) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(String aLongOption, String aDescription) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(String aLongOption, String aAlias, String aDescription) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(String aLongOption, String aAlias, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(String aLongOption, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.Method parameters in org.refcodes.cli with type arguments of type IntPropertyModifier and TypeMethodDescriptionstatic IntPropertyCliSugar.intProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(String aLongOption, String aAlias, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.static IntPropertyCliSugar.intProperty(String aLongOption, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type IntPropertyModifierConstructorDescriptionIntProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.IntProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.IntProperty(String aLongOption, String aAlias, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.IntProperty(String aLongOption, String aDescription, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the given arguments.IntProperty(org.refcodes.struct.Relation<String, Integer> aProperty, Consumer<IntProperty> aConsumer) Instantiates a newIntPropertywith the alias being the proerty's key and the value being the property's value.