org.kuali.spring.util
Class PropertiesRetriever

java.lang.Object
  extended by org.kuali.spring.util.PropertiesRetriever
All Implemented Interfaces:
ValueRetriever
Direct Known Subclasses:
SystemAwarePropertiesRetriever

public class PropertiesRetriever
extends Object
implements ValueRetriever


Field Summary
(package private)  Properties properties
           
 
Constructor Summary
PropertiesRetriever()
           
PropertiesRetriever(Properties properties)
           
 
Method Summary
 Properties getProperties()
           
 String retrieveValue(String key)
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

Properties properties
Constructor Detail

PropertiesRetriever

public PropertiesRetriever()

PropertiesRetriever

public PropertiesRetriever(Properties properties)
Method Detail

retrieveValue

public String retrieveValue(String key)
Specified by:
retrieveValue in interface ValueRetriever

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.