Uses of Class
org.refcodes.cli.LongDirective
-
Uses of LongDirective in org.refcodes.cli
Methods in org.refcodes.cli that return LongDirectiveModifier and TypeMethodDescriptionstatic LongDirectiveCliSugar.longDirective(String aOperation, String aDescription) Instantiates a newLongDirectivewith the given arguments.static LongDirectiveCliSugar.longDirective(String aOperation, String aAlias, String aDescription) Instantiates a newLongDirectivewith the given arguments.static LongDirectiveCliSugar.longDirective(String aOperation, String aAlias, String aDescription, Consumer<LongDirective> aConsumer) Instantiates a newLongDirectivewith the given arguments.static LongDirectiveCliSugar.longDirective(String aOperation, String aDescription, Consumer<LongDirective> aConsumer) Instantiates a newLongDirectivewith the given arguments.LongDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type LongDirectiveModifier and TypeMethodDescriptionstatic LongDirectiveCliSugar.longDirective(String aOperation, String aAlias, String aDescription, Consumer<LongDirective> aConsumer) Instantiates a newLongDirectivewith the given arguments.static LongDirectiveCliSugar.longDirective(String aOperation, String aDescription, Consumer<LongDirective> aConsumer) Instantiates a newLongDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type LongDirectiveModifierConstructorDescriptionLongDirective(String aOperation, String aAlias, String aDescription, Consumer<LongDirective> aConsumer) Instantiates a newLongDirectivewith the given arguments.LongDirective(String aOperation, String aDescription, Consumer<LongDirective> aConsumer) Instantiates a newLongDirectivewith the given arguments.LongDirective(Relation<String, Long> aProperty, Consumer<LongDirective> aConsumer) Instantiates a newLongDirectivewith the alias being the proerty's key and the value being the property's value.