Uses of Class
org.refcodes.cli.BooleanDirective
-
Uses of BooleanDirective in org.refcodes.cli
Methods in org.refcodes.cli that return BooleanDirectiveModifier and TypeMethodDescriptionstatic BooleanDirectiveCliSugar.booleanDirective(String aOperation, String aDescription) Instantiates a newBooleanDirectivewith the given arguments.static BooleanDirectiveCliSugar.booleanDirective(String aOperation, String aAlias, String aDescription) Instantiates a newBooleanDirectivewith the given arguments.static BooleanDirectiveCliSugar.booleanDirective(String aOperation, String aAlias, String aDescription, Consumer<BooleanDirective> aConsumer) Instantiates a newBooleanDirectivewith the given arguments.static BooleanDirectiveCliSugar.booleanDirective(String aOperation, String aDescription, Consumer<BooleanDirective> aConsumer) Instantiates a newBooleanDirectivewith the given arguments.BooleanDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type BooleanDirectiveModifier and TypeMethodDescriptionstatic BooleanDirectiveCliSugar.booleanDirective(String aOperation, String aAlias, String aDescription, Consumer<BooleanDirective> aConsumer) Instantiates a newBooleanDirectivewith the given arguments.static BooleanDirectiveCliSugar.booleanDirective(String aOperation, String aDescription, Consumer<BooleanDirective> aConsumer) Instantiates a newBooleanDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type BooleanDirectiveModifierConstructorDescriptionBooleanDirective(String aOperation, String aAlias, String aDescription, Consumer<BooleanDirective> aConsumer) Instantiates a newBooleanDirectivewith the given arguments.BooleanDirective(String aOperation, String aDescription, Consumer<BooleanDirective> aConsumer) Instantiates a newBooleanDirectivewith the given arguments.BooleanDirective(org.refcodes.struct.Relation<String, Boolean> aProperty, Consumer<BooleanDirective> aConsumer) Instantiates a newBooleanDirectivewith the alias being the proerty's key and the value being the property's value.