@Deprecated public class ProjectPropertiesLoaderFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Properties>
| Constructor and Description |
|---|
ProjectPropertiesLoaderFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectPropertiesComparator |
getComparator()
Deprecated.
|
List<String> |
getLocations()
Deprecated.
|
Properties |
getObject()
Deprecated.
|
Class<Properties> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setComparator(ProjectPropertiesComparator comparator)
Deprecated.
|
void |
setLocations(List<String> locations)
Deprecated.
|
void |
setSingleton(boolean singleton)
Deprecated.
|
public ProjectPropertiesLoaderFactoryBean()
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 void setSingleton(boolean singleton)
public List<String> getLocations()
public void setLocations(List<String> locations)
public ProjectPropertiesComparator getComparator()
public void setComparator(ProjectPropertiesComparator comparator)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.