org.kuali.common.util.spring
Class GetPropertySourceFactoryBean

java.lang.Object
  extended by 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<?>>


Constructor Summary
GetPropertySourceFactoryBean()
           
 
Method Summary
 org.springframework.core.env.PropertySource<?> getObject()
           
 Class<org.springframework.core.env.PropertySource<?>> getObjectType()
           
 List<ProjectContext> getOthers()
           
 ProjectContext getProject()
           
 Properties getProperties()
           
 boolean isSingleton()
           
 void setOthers(List<ProjectContext> others)
           
 void setProject(ProjectContext project)
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPropertySourceFactoryBean

public GetPropertySourceFactoryBean()
Method Detail

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.