Uses of Class
org.uberfire.commons.config.ConfigProperties.ConfigProperty
-
Packages that use ConfigProperties.ConfigProperty Package Description org.uberfire.commons.config -
-
Uses of ConfigProperties.ConfigProperty in org.uberfire.commons.config
Methods in org.uberfire.commons.config that return ConfigProperties.ConfigProperty Modifier and Type Method Description ConfigProperties.ConfigPropertyConfigProperties. get(String name, String defaultValue)Returns the ConfigProperty instance corresponding to the configured value of the given property, or the default if no configured value exists.
-