Uses of Class
org.refcodes.cli.EnumDirective
-
Uses of EnumDirective in org.refcodes.cli
Methods in org.refcodes.cli that return EnumDirectiveModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
EnumDirective<T> CliSugar.enumDirective(String aOperation, Class<T> aType, String aDescription) Instantiates a newEnumDirectivewith the given arguments.static <T extends Enum<T>>
EnumDirective<T> CliSugar.enumDirective(String aOperation, Class<T> aType, String aAlias, String aDescription) Instantiates a newEnumDirectivewith the given arguments.static <T extends Enum<T>>
EnumDirective<T> CliSugar.enumDirective(String aOperation, Class<T> aType, String aAlias, String aDescription, Consumer<EnumDirective<T>> aConsumer) Instantiates a newEnumDirectivewith the given arguments.static <T extends Enum<T>>
EnumDirective<T> CliSugar.enumDirective(String aOperation, Class<T> aType, String aDescription, Consumer<EnumDirective<T>> aConsumer) Instantiates a newEnumDirectivewith the given arguments.EnumDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type EnumDirectiveModifier and TypeMethodDescriptionstatic <T extends Enum<T>>
EnumDirective<T> CliSugar.enumDirective(String aOperation, Class<T> aType, String aAlias, String aDescription, Consumer<EnumDirective<T>> aConsumer) Instantiates a newEnumDirectivewith the given arguments.static <T extends Enum<T>>
EnumDirective<T> CliSugar.enumDirective(String aOperation, Class<T> aType, String aDescription, Consumer<EnumDirective<T>> aConsumer) Instantiates a newEnumDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type EnumDirectiveModifierConstructorDescriptionEnumDirective(String aOperation, Class<T> aType, String aAlias, String aDescription, Consumer<EnumDirective<T>> aConsumer) Instantiates a newEnumDirectivewith the given arguments.EnumDirective(String aOperation, Class<T> aType, String aDescription, Consumer<EnumDirective<T>> aConsumer) Instantiates a newEnumDirectivewith the given arguments.EnumDirective(org.refcodes.struct.Relation<String, T> aProperty, Class<T> aType, Consumer<EnumDirective<T>> aConsumer) Instantiates a newEnumDirectivewith the alias being the proerty's key and the value being the property's value.