org.kuali.common.util.spring
Class PropertiesCombinerFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.PropertiesCombinerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Properties>

public class PropertiesCombinerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Properties>


Constructor Summary
PropertiesCombinerFactoryBean()
           
 
Method Summary
 List<Properties> getListOfProperties()
           
 Properties getObject()
           
 Class<Properties> getObjectType()
           
 boolean isShow()
           
 boolean isSingleton()
           
 void setListOfProperties(List<Properties> listOfProperties)
           
 void setShow(boolean show)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesCombinerFactoryBean

public PropertiesCombinerFactoryBean()
Method Detail

getObject

public Properties getObject()
                     throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>
Throws:
Exception

getObjectType

public Class<Properties> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>

getListOfProperties

public List<Properties> getListOfProperties()

setListOfProperties

public void setListOfProperties(List<Properties> listOfProperties)

isShow

public boolean isShow()

setShow

public void setShow(boolean show)


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