org.kuali.common.util.spring
Class ProjectPropertiesLoaderFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.ProjectPropertiesLoaderFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Properties>

public class ProjectPropertiesLoaderFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Properties>


Constructor Summary
ProjectPropertiesLoaderFactoryBean()
           
 
Method Summary
 ProjectPropertiesComparator getComparator()
           
 List<String> getLocations()
           
 Properties getObject()
           
 Class<Properties> getObjectType()
           
 boolean isSingleton()
           
 void setComparator(ProjectPropertiesComparator comparator)
           
 void setLocations(List<String> locations)
           
 void setSingleton(boolean singleton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectPropertiesLoaderFactoryBean

public ProjectPropertiesLoaderFactoryBean()
Method Detail

getObject

public Properties getObject()
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>

getObjectType

public Class<Properties> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>

setSingleton

public void setSingleton(boolean singleton)

getLocations

public List<String> getLocations()

setLocations

public void setLocations(List<String> locations)

getComparator

public ProjectPropertiesComparator getComparator()

setComparator

public void setComparator(ProjectPropertiesComparator comparator)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.