@Deprecated public class GetPropertySourceFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>
| Constructor and Description |
|---|
GetPropertySourceFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.env.PropertySource<?> |
getObject()
Deprecated.
|
Class<org.springframework.core.env.PropertySource<?>> |
getObjectType()
Deprecated.
|
List<ProjectContext> |
getOthers()
Deprecated.
|
ProjectContext |
getProject()
Deprecated.
|
Properties |
getProperties()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setOthers(List<ProjectContext> others)
Deprecated.
|
void |
setProject(ProjectContext project)
Deprecated.
|
void |
setProperties(Properties properties)
Deprecated.
|
public GetPropertySourceFactoryBean()
public org.springframework.core.env.PropertySource<?> getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>public Class<org.springframework.core.env.PropertySource<?>> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>public ProjectContext getProject()
public void setProject(ProjectContext project)
public List<ProjectContext> getOthers()
public void setOthers(List<ProjectContext> others)
public Properties getProperties()
public void setProperties(Properties properties)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.