org.kuali.common.util.service
Class DefaultPropertyService

java.lang.Object
  extended by org.kuali.common.util.service.DefaultPropertyService
All Implemented Interfaces:
PropertyService

public class DefaultPropertyService
extends Object
implements PropertyService


Constructor Summary
DefaultPropertyService()
           
 
Method Summary
 Properties load(PropertyLoadContext context)
           
protected  Properties loadProperties(PropertyLoadContext context)
           
 void store(PropertyStoreContext context, Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertyService

public DefaultPropertyService()
Method Detail

load

public Properties load(PropertyLoadContext context)
Specified by:
load in interface PropertyService

store

public void store(PropertyStoreContext context,
                  Properties properties)
Specified by:
store in interface PropertyService

loadProperties

protected Properties loadProperties(PropertyLoadContext context)


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