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