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) 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 the classBooleanProperty.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 the classBooleanProperty.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.