Class ContextRefresher

java.lang.Object
org.springframework.cloud.context.refresh.ContextRefresher
Direct Known Subclasses:
ConfigDataContextRefresher, LegacyContextRefresher

public abstract class ContextRefresher extends Object
Author:
Dave Syer, Venil Noronha
  • Field Details

    • logger

      protected final org.apache.commons.logging.Log logger
    • DEFAULT_PROPERTY_SOURCES

      protected static final String[] DEFAULT_PROPERTY_SOURCES
    • standardSources

      protected Set<String> standardSources
    • additionalPropertySourcesToRetain

      protected final List<String> additionalPropertySourcesToRetain
  • Constructor Details

  • Method Details

    • getContext

      protected org.springframework.context.ConfigurableApplicationContext getContext()
    • getScope

      protected RefreshScope getScope()
    • refresh

      public Set<String> refresh()
    • refreshEnvironment

      public Set<String> refreshEnvironment()
    • updateEnvironment

      protected abstract void updateEnvironment()
    • copyEnvironment

      protected org.springframework.core.env.StandardEnvironment copyEnvironment(org.springframework.core.env.ConfigurableEnvironment input)