public class CopyPropertiesFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Properties>
Constructor and Description |
---|
CopyPropertiesFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Properties |
getObject() |
Class<Properties> |
getObjectType() |
Properties |
getProperties() |
boolean |
isSingleton() |
void |
setProperties(Properties properties) |
public CopyPropertiesFactoryBean()
public Properties getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<Properties>
public 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 getProperties()
public void setProperties(Properties properties)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.