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)
           
protected  void process(Properties properties, List<PropertyProcessor> processors)
           
 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

process

protected void process(Properties properties,
                       List<PropertyProcessor> processors)

loadProperties

protected Properties loadProperties(PropertyLoadContext context)


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