Uses of Class
org.refcodes.cli.BooleanProperty
-
Uses of BooleanProperty in org.refcodes.cli
Methods in org.refcodes.cli that return BooleanPropertyModifier and TypeMethodDescriptionstatic BooleanPropertyCliSugar.booleanProperty(Character aShortOption, String aLongOption, String aDescription) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(String aLongOption, String aDescription) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(String aLongOption, String aAlias, String aDescription) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(String aLongOption, String aAlias, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(String aLongOption, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.BooleanProperty.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 BooleanPropertyModifier and TypeMethodDescriptionstatic BooleanPropertyCliSugar.booleanProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(String aLongOption, String aAlias, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.static BooleanPropertyCliSugar.booleanProperty(String aLongOption, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type BooleanPropertyModifierConstructorDescriptionBooleanProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.BooleanProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.BooleanProperty(String aLongOption, String aAlias, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.BooleanProperty(String aLongOption, String aDescription, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the given arguments.BooleanProperty(org.refcodes.struct.Relation<String, Boolean> aProperty, Consumer<BooleanProperty> aConsumer) Instantiates a newBooleanPropertywith the alias being the proerty's key and the value being the property's value.