public class AddToPropertiesFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Properties>, org.springframework.beans.factory.InitializingBean
source to target. Properties from source override properties from target| Constructor and Description |
|---|
AddToPropertiesFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Properties |
getObject() |
Class<Properties> |
getObjectType() |
Properties |
getSource() |
Properties |
getTarget() |
boolean |
isSingleton() |
void |
setSource(Properties source) |
void |
setTarget(Properties target) |
public AddToPropertiesFactoryBean()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic Properties getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>Exceptionpublic Class<Properties> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>public Properties getSource()
public void setSource(Properties source)
public Properties getTarget()
public void setTarget(Properties target)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.