@Deprecated public class PropertyFactoryBean extends DefaultPropertyLoadContext implements org.springframework.beans.factory.FactoryBean<Properties>
| Modifier and Type | Field and Description |
|---|---|
protected static Properties |
instance
Deprecated.
|
| Constructor and Description |
|---|
PropertyFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Properties |
getInstance()
Deprecated.
|
Properties |
getObject()
Deprecated.
|
Class<Properties> |
getObjectType()
Deprecated.
|
PropertyService |
getService()
Deprecated.
|
boolean |
isShow()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setService(PropertyService service)
Deprecated.
|
void |
setShow(boolean show)
Deprecated.
|
void |
setSingleton(boolean singleton)
Deprecated.
|
getEncoding, getGlobalProperties, getGroupId, getGroupIdProperty, getLocation, getLocationHelperExclude, getLocationHelperExcludes, getLocationHelperInclude, getLocationHelperIncludes, getLocationHelperProcessors, getLocationHelperProperties, getLocationHelperProperties, getLocationProcessors, getLocations, getMissingLocationsMode, getOrganizationGroupId, getResolvedLocation, getValidatedLocation, getVersionProperty, init, setEncoding, setGroupIdProperty, setLocationHelperExclude, setLocationHelperExcludes, setLocationHelperInclude, setLocationHelperIncludes, setLocationHelperProperties, setLocations, setMissingLocationsMode, setOrganizationGroupId, setVersionProperty, validate, validateGlobalPropertiesMode, validateResolvedaddProcessors, getBuildProperties, getBuildPropertyExcludes, getBuildPropertyIncludes, getDefaultProcessors, getEncProcessor, getEncryptionMode, getEncryptionPassword, getEncryptionStrength, getGlobalPropertiesMode, getHelper, getObscurer, getPlaceholderKey, getPrefix, getProcessors, getProperties, getResolvePlaceholders, getStyle, getStyleProcessor, initialize, log, remove, resolve, resolveAndRemove, setBuildProperties, setBuildPropertyExcludes, setBuildPropertyIncludes, setEncryptionMode, setEncryptionPassword, setEncryptionStrength, setGlobalPropertiesMode, setHelper, setObscurer, setPrefix, setProcessors, setProperties, setResolvePlaceholders, setStyleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessors, initializeprotected static Properties instance
public PropertyFactoryBean()
public Properties getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>Exceptionprotected Properties getInstance()
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 PropertyService getService()
public void setService(PropertyService service)
public boolean isShow()
public void setShow(boolean show)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.