Package org.jumpmind.symmetric.util
Class PropertiesFactoryBean
java.lang.Object
org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertiesFactoryBean
org.jumpmind.symmetric.util.PropertiesFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Properties>
,org.springframework.beans.factory.InitializingBean
public class PropertiesFactoryBean
extends org.springframework.beans.factory.config.PropertiesFactoryBean
-
Field Summary
Fields inherited from class org.springframework.core.io.support.PropertiesLoaderSupport
localOverride, logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
setLocalProperties
(Properties localProperties) Methods inherited from class org.springframework.beans.factory.config.PropertiesFactoryBean
afterPropertiesSet, createProperties, getObject, getObjectType, isSingleton, setSingleton
Methods inherited from class org.springframework.core.io.support.PropertiesLoaderSupport
loadProperties, mergeProperties, setFileEncoding, setIgnoreResourceNotFound, setLocalOverride, setLocation, setLocations, setProperties, setPropertiesArray, setPropertiesPersister
-
Constructor Details
-
PropertiesFactoryBean
public PropertiesFactoryBean()
-
-
Method Details
-
setLocalProperties
-
clearLocalProperties
public static void clearLocalProperties()
-