public class DefaultPropertiesService extends Object implements PropertiesService
| Constructor and Description |
|---|
DefaultPropertiesService(Properties overrides) |
DefaultPropertiesService(Properties overrides,
PropertyProcessor postProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
protected PropertiesLoader |
getLoader(Location location,
Cache<String,Properties> cache,
Properties combined) |
Properties |
getOverrides() |
PropertyProcessor |
getPostProcessor() |
Properties |
getProperties(List<Location> locations) |
public DefaultPropertiesService(Properties overrides)
public DefaultPropertiesService(Properties overrides, PropertyProcessor postProcessor)
protected PropertiesLoader getLoader(Location location, Cache<String,Properties> cache, Properties combined)
public Properties getProperties(List<Location> locations)
getProperties in interface PropertiesServicepublic void clearCache()
public Properties getOverrides()
public PropertyProcessor getPostProcessor()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.