org.kuali.common.util.properties
Class DefaultPropertiesService

java.lang.Object
  extended by org.kuali.common.util.properties.DefaultPropertiesService
All Implemented Interfaces:
PropertiesService

public final class DefaultPropertiesService
extends Object
implements PropertiesService


Constructor Summary
DefaultPropertiesService(Properties overrides)
           
DefaultPropertiesService(Properties overrides, PropertyProcessor postProcessor)
           
 
Method Summary
 void clearCache()
           
 Properties getOverrides()
           
 PropertyProcessor getPostProcessor()
           
 Properties getProperties(List<Location> locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertiesService

public DefaultPropertiesService(Properties overrides)

DefaultPropertiesService

public DefaultPropertiesService(Properties overrides,
                                PropertyProcessor postProcessor)
Method Detail

getProperties

public Properties getProperties(List<Location> locations)
Specified by:
getProperties in interface PropertiesService

clearCache

public void clearCache()

getOverrides

public Properties getOverrides()

getPostProcessor

public PropertyProcessor getPostProcessor()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.