Uses of Class
org.refcodes.cli.IntDirective
-
Uses of IntDirective in org.refcodes.cli
Methods in org.refcodes.cli that return IntDirectiveModifier and TypeMethodDescriptionstatic IntDirectiveCliSugar.intDirective(String aOperation, String aDescription) Instantiates a newIntDirectivewith the given arguments.static IntDirectiveCliSugar.intDirective(String aOperation, String aAlias, String aDescription) Instantiates a newIntDirectivewith the given arguments.static IntDirectiveCliSugar.intDirective(String aOperation, String aAlias, String aDescription, Consumer<IntDirective> aConsumer) Instantiates a newIntDirectivewith the given arguments.static IntDirectiveCliSugar.intDirective(String aOperation, String aDescription, Consumer<IntDirective> aConsumer) Instantiates a newIntDirectivewith the given arguments.IntDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type IntDirectiveModifier and TypeMethodDescriptionstatic IntDirectiveCliSugar.intDirective(String aOperation, String aAlias, String aDescription, Consumer<IntDirective> aConsumer) Instantiates a newIntDirectivewith the given arguments.static IntDirectiveCliSugar.intDirective(String aOperation, String aDescription, Consumer<IntDirective> aConsumer) Instantiates a newIntDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type IntDirectiveModifierConstructorDescriptionIntDirective(String aOperation, String aAlias, String aDescription, Consumer<IntDirective> aConsumer) Instantiates a newIntDirectivewith the given arguments.IntDirective(String aOperation, String aDescription, Consumer<IntDirective> aConsumer) Instantiates a newIntDirectivewith the given arguments.IntDirective(org.refcodes.struct.Relation<String, Integer> aProperty, Consumer<IntDirective> aConsumer) Instantiates a newIntDirectivewith the alias being the proerty's key and the value being the property's value.