Uses of Class
org.refcodes.cli.CharDirective
-
Uses of CharDirective in org.refcodes.cli
Methods in org.refcodes.cli that return CharDirectiveModifier and TypeMethodDescriptionstatic CharDirectiveCliSugar.charDirective(String aOperation, String aDescription) Instantiates a newCharDirectivewith the given arguments.static CharDirectiveCliSugar.charDirective(String aOperation, String aAlias, String aDescription) Instantiates a newCharDirectivewith the given arguments.static CharDirectiveCliSugar.charDirective(String aOperation, String aAlias, String aDescription, Consumer<CharDirective> aConsumer) Instantiates a newCharDirectivewith the given arguments.static CharDirectiveCliSugar.charDirective(String aOperation, String aDescription, Consumer<CharDirective> aConsumer) Instantiates a newCharDirectivewith the given arguments.CharDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type CharDirectiveModifier and TypeMethodDescriptionstatic CharDirectiveCliSugar.charDirective(String aOperation, String aAlias, String aDescription, Consumer<CharDirective> aConsumer) Instantiates a newCharDirectivewith the given arguments.static CharDirectiveCliSugar.charDirective(String aOperation, String aDescription, Consumer<CharDirective> aConsumer) Instantiates a newCharDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type CharDirectiveModifierConstructorDescriptionCharDirective(String aOperation, String aAlias, String aDescription, Consumer<CharDirective> aConsumer) Instantiates a newCharDirectivewith the given arguments.CharDirective(String aOperation, String aDescription, Consumer<CharDirective> aConsumer) Instantiates a newCharDirectivewith the given arguments.CharDirective(org.refcodes.struct.Relation<String, Character> aProperty, Consumer<CharDirective> aConsumer) Instantiates a newCharDirectivewith the alias being the proerty's key and the value being the property's value.