org.kuali.common.util.spring
Class PutAllPropertiesFactoryBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutAllPropertiesFactoryBean
public PutAllPropertiesFactoryBean()
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.