org.kuali.common.util.spring
Class AddToPropertiesFactoryBean
java.lang.Object
org.kuali.common.util.spring.AddToPropertiesFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<Properties>, org.springframework.beans.factory.InitializingBean
public class AddToPropertiesFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<Properties>, org.springframework.beans.factory.InitializingBean
Copy properties from source
to target
. Properties from source
override properties from target
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddToPropertiesFactoryBean
public AddToPropertiesFactoryBean()
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.