| Package | Description |
|---|---|
| org.codelogger.utils |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
PropertiesUtils.getProperties(String propertiesPath)
Returns properties by given path.
|
static Properties |
PropertiesUtils.getPropertiesFromCache(String propertiesPath)
Returns properties by given path.
If this properties already been put in the cache, we will returns this properties from cache. |
static Properties |
PropertiesUtils.getReloadPropertiesInToCache(String propertiesPath)
Returns properties by given path, and put this properties into cache, you
can called getProperties method to get this properties from cache next.
|
Copyright © 2014. All rights reserved.