Uses of Class
org.refcodes.cli.DoubleOption
-
Uses of DoubleOption in org.refcodes.cli
Methods in org.refcodes.cli that return DoubleOptionModifier and TypeMethodDescriptionstatic DoubleOptionCliSugar.doubleOption(Character aShortOption, String aLongOption, String aDescription) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(String aLongOption, String aDescription) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(String aLongOption, String aAlias, String aDescription) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(String aLongOption, String aAlias, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(String aLongOption, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.DoubleOption.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 DoubleOptionModifier and TypeMethodDescriptionstatic DoubleOptionCliSugar.doubleOption(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(String aLongOption, String aAlias, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.static DoubleOptionCliSugar.doubleOption(String aLongOption, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type DoubleOptionModifierConstructorDescriptionDoubleOption(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.DoubleOption(Character aShortOption, String aLongOption, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.DoubleOption(String aLongOption, String aAlias, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.DoubleOption(String aLongOption, String aDescription, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the given arguments.DoubleOption(org.refcodes.struct.Relation<String, Double> aProperty, Consumer<DoubleOption> aConsumer) Instantiates a newDoubleOptionwith the alias being the proerty's key and the value being the property's value.