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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PropertiesFactoryBean

      public PropertiesFactoryBean()
  • Method Details

    • setLocalProperties

      public static void setLocalProperties(Properties localProperties)
    • clearLocalProperties

      public static void clearLocalProperties()