org.kuali.common.util.spring
Class GetPropertySourceFactoryBean
java.lang.Object
org.kuali.common.util.spring.GetPropertySourceFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>
public class GetPropertySourceFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetPropertySourceFactoryBean
public GetPropertySourceFactoryBean()
getObject
public org.springframework.core.env.PropertySource<?> getObject()
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>
getObjectType
public Class<org.springframework.core.env.PropertySource<?>> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<org.springframework.core.env.PropertySource<?>>
getProject
public ProjectContext getProject()
setProject
public void setProject(ProjectContext project)
getOthers
public List<ProjectContext> getOthers()
setOthers
public void setOthers(List<ProjectContext> others)
getProperties
public Properties getProperties()
setProperties
public void setProperties(Properties properties)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.