Uses of Class
org.refcodes.cli.DoubleDirective
-
Uses of DoubleDirective in org.refcodes.cli
Methods in org.refcodes.cli that return DoubleDirectiveModifier and TypeMethodDescriptionstatic DoubleDirectiveCliSugar.doubleDirective(String aOperation, String aDescription) Instantiates a newDoubleDirectivewith the given arguments.static DoubleDirectiveCliSugar.doubleDirective(String aOperation, String aAlias, String aDescription) Instantiates a newDoubleDirectivewith the given arguments.static DoubleDirectiveCliSugar.doubleDirective(String aOperation, String aAlias, String aDescription, Consumer<DoubleDirective> aConsumer) Instantiates a newDoubleDirectivewith the given arguments.static DoubleDirectiveCliSugar.doubleDirective(String aOperation, String aDescription, Consumer<DoubleDirective> aConsumer) Instantiates a newDoubleDirectivewith the given arguments.DoubleDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type DoubleDirectiveModifier and TypeMethodDescriptionstatic DoubleDirectiveCliSugar.doubleDirective(String aOperation, String aAlias, String aDescription, Consumer<DoubleDirective> aConsumer) Instantiates a newDoubleDirectivewith the given arguments.static DoubleDirectiveCliSugar.doubleDirective(String aOperation, String aDescription, Consumer<DoubleDirective> aConsumer) Instantiates a newDoubleDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type DoubleDirectiveModifierConstructorDescriptionDoubleDirective(String aOperation, String aAlias, String aDescription, Consumer<DoubleDirective> aConsumer) Instantiates a newDoubleDirectivewith the given arguments.DoubleDirective(String aOperation, String aDescription, Consumer<DoubleDirective> aConsumer) Instantiates a newDoubleDirectivewith the given arguments.DoubleDirective(Relation<String, Double> aProperty, Consumer<DoubleDirective> aConsumer) Instantiates a newDoubleDirectivewith the alias being the proerty's key and the value being the property's value.