Uses of Class
org.ofbiz.core.util.FlexibleProperties
Packages that use FlexibleProperties
-
Uses of FlexibleProperties in org.ofbiz.core.util
Fields in org.ofbiz.core.util with type parameters of type FlexiblePropertiesModifier and TypeFieldDescriptionstatic UtilCache<Object,FlexibleProperties> UtilProperties.resourceCacheAn instance of the generic cache for storing the FlexibleProperties corresponding to each properties file keyed by a String for the resource location.static UtilCache<URL,FlexibleProperties> UtilProperties.urlCacheAn instance of the generic cache for storing the FlexibleProperties corresponding to each properties file keyed by a URL objectMethods in org.ofbiz.core.util that return FlexiblePropertiesModifier and TypeMethodDescriptionstatic FlexiblePropertiesFlexibleProperties.makeFlexibleProperties(String[] keysAndValues) static FlexiblePropertiesFlexibleProperties.makeFlexibleProperties(URL url) static FlexiblePropertiesFlexibleProperties.makeFlexibleProperties(URL url, Properties properties) static FlexiblePropertiesFlexibleProperties.makeFlexibleProperties(Properties properties)