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