Uses of Class
org.refcodes.cli.StringDirective
-
Uses of StringDirective in org.refcodes.cli
Methods in org.refcodes.cli that return StringDirectiveModifier and TypeMethodDescriptionstatic StringDirectiveCliSugar.stringDirective(String aOperation, String aDescription) Instantiates a newStringDirectivewith the given arguments.static StringDirectiveCliSugar.stringDirective(String aOperation, String aAlias, String aDescription) Instantiates a newStringDirectivewith the given arguments.static StringDirectiveCliSugar.stringDirective(String aOperation, String aAlias, String aDescription, Consumer<StringDirective> aConsumer) Instantiates a newStringDirectivewith the given arguments.static StringDirectiveCliSugar.stringDirective(String aOperation, String aDescription, Consumer<StringDirective> aConsumer) Instantiates a newStringDirectivewith the given arguments.StringDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type StringDirectiveModifier and TypeMethodDescriptionstatic StringDirectiveCliSugar.stringDirective(String aOperation, String aAlias, String aDescription, Consumer<StringDirective> aConsumer) Instantiates a newStringDirectivewith the given arguments.static StringDirectiveCliSugar.stringDirective(String aOperation, String aDescription, Consumer<StringDirective> aConsumer) Instantiates a newStringDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type StringDirectiveModifierConstructorDescriptionStringDirective(String aOperation, String aAlias, String aDescription, Consumer<StringDirective> aConsumer) Instantiates a newStringDirectivewith the given arguments.StringDirective(String aOperation, String aDescription, Consumer<StringDirective> aConsumer) Instantiates a newStringDirectivewith the given arguments.StringDirective(org.refcodes.struct.Relation<String, String> aProperty, Consumer<StringDirective> aConsumer) Instantiates a newStringDirectivewith the alias being the proerty's key and the value being the property's value.