org.kuali.common.util.spring
Class PutAllPropertiesFactoryBean

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

public class PutAllPropertiesFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Properties>, org.springframework.beans.factory.InitializingBean

Copy all of the mappings from source to target. The source mappings replace any existing target mappings


Constructor Summary
PutAllPropertiesFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 Properties getObject()
           
 Class<Properties> getObjectType()
           
 Properties getSource()
           
 Properties getTarget()
           
 boolean isSingleton()
           
 void setSource(Properties source)
           
 void setTarget(Properties target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutAllPropertiesFactoryBean

public PutAllPropertiesFactoryBean()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

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>

getSource

public Properties getSource()

setSource

public void setSource(Properties source)

getTarget

public Properties getTarget()

setTarget

public void setTarget(Properties target)


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