Uses of Class
org.refcodes.cli.StringProperty
-
Uses of StringProperty in org.refcodes.cli
Subclasses of StringProperty in org.refcodes.cliModifier and TypeClassDescriptionclassTheConfigPropertyrepresents anPropertyholding a value specifying a configuration resource (file).Methods in org.refcodes.cli that return StringPropertyModifier and TypeMethodDescriptionstatic StringPropertyCliSugar.stringProperty(Character aShortOption, String aLongOption, String aDescription) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(String aLongOption, String aDescription) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(String aLongOption, String aAlias, String aDescription) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(String aLongOption, String aAlias, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(String aLongOption, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.StringProperty.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type StringPropertyModifier and TypeMethodDescriptionstatic StringPropertyCliSugar.stringProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(String aLongOption, String aAlias, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.static StringPropertyCliSugar.stringProperty(String aLongOption, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type StringPropertyModifierConstructorDescriptionStringProperty(Character aShortProperty, String aLongProperty, String aAlias, String aDescription, Consumer<StringProperty> aConsumer) Instantiates the classStringProperty.StringProperty(Character aShortProperty, String aLongProperty, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.StringProperty(String aLongProperty, String aAlias, String aDescription, Consumer<StringProperty> aConsumer) Instantiates the classStringProperty.StringProperty(String aLongProperty, String aDescription, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the given arguments.StringProperty(org.refcodes.struct.Relation<String, String> aProperty, Consumer<StringProperty> aConsumer) Instantiates a newStringPropertywith the alias being the proerty's key and the value being the property's value.