| Package | Description |
|---|---|
| org.ofbiz.core.util |
| Modifier and Type | Field and Description |
|---|---|
static UtilCache<Object,FlexibleProperties> |
UtilProperties.resourceCache
An 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.urlCache
An instance of the generic cache for storing the FlexibleProperties
corresponding to each properties file keyed by a URL object
|
| Modifier and Type | Method and Description |
|---|---|
static FlexibleProperties |
FlexibleProperties.makeFlexibleProperties(Properties properties) |
static FlexibleProperties |
FlexibleProperties.makeFlexibleProperties(String[] keysAndValues) |
static FlexibleProperties |
FlexibleProperties.makeFlexibleProperties(URL url) |
static FlexibleProperties |
FlexibleProperties.makeFlexibleProperties(URL url,
Properties properties) |
Copyright © 2024 Atlassian. All rights reserved.