Uses of Class
org.refcodes.cli.FloatDirective
-
Uses of FloatDirective in org.refcodes.cli
Methods in org.refcodes.cli that return FloatDirectiveModifier and TypeMethodDescriptionstatic FloatDirectiveCliSugar.floatDirective(String aOperation, String aDescription) Instantiates a newFloatDirectivewith the given arguments.static FloatDirectiveCliSugar.floatDirective(String aOperation, String aAlias, String aDescription) Instantiates a newFloatDirectivewith the given arguments.static FloatDirectiveCliSugar.floatDirective(String aOperation, String aAlias, String aDescription, Consumer<FloatDirective> aConsumer) Instantiates a newFloatDirectivewith the given arguments.static FloatDirectiveCliSugar.floatDirective(String aOperation, String aDescription, Consumer<FloatDirective> aConsumer) Instantiates a newFloatDirectivewith the given arguments.FloatDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type FloatDirectiveModifier and TypeMethodDescriptionstatic FloatDirectiveCliSugar.floatDirective(String aOperation, String aAlias, String aDescription, Consumer<FloatDirective> aConsumer) Instantiates a newFloatDirectivewith the given arguments.static FloatDirectiveCliSugar.floatDirective(String aOperation, String aDescription, Consumer<FloatDirective> aConsumer) Instantiates a newFloatDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type FloatDirectiveModifierConstructorDescriptionFloatDirective(String aOperation, String aAlias, String aDescription, Consumer<FloatDirective> aConsumer) Instantiates a newFloatDirectivewith the given arguments.FloatDirective(String aOperation, String aDescription, Consumer<FloatDirective> aConsumer) Instantiates a newFloatDirectivewith the given arguments.FloatDirective(org.refcodes.struct.Relation<String, Float> aProperty, Consumer<FloatDirective> aConsumer) Instantiates a newFloatDirectivewith the alias being the proerty's key and the value being the property's value.