Class LegacyContextRefresher
- java.lang.Object
-
- org.springframework.cloud.context.refresh.ContextRefresher
-
- org.springframework.cloud.context.refresh.LegacyContextRefresher
-
public class LegacyContextRefresher extends ContextRefresher
- Author:
- Dave Syer, Venil Noronha
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.springframework.cloud.context.refresh.ContextRefresher
ContextRefresher.Empty
-
-
Field Summary
-
Fields inherited from class org.springframework.cloud.context.refresh.ContextRefresher
additionalPropertySourcesToRetain, DEFAULT_PROPERTY_SOURCES, logger, REFRESH_ARGS_PROPERTY_SOURCE, standardSources
-
-
Constructor Summary
Constructors Constructor Description LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope)Deprecated.LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidupdateEnvironment()-
Methods inherited from class org.springframework.cloud.context.refresh.ContextRefresher
copyEnvironment, getContext, getScope, refresh, refreshEnvironment
-
-
-
-
Constructor Detail
-
LegacyContextRefresher
@Deprecated public LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope)
Deprecated.
-
LegacyContextRefresher
public LegacyContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope, RefreshAutoConfiguration.RefreshProperties properties)
-
-
Method Detail
-
updateEnvironment
protected void updateEnvironment()
- Specified by:
updateEnvironmentin classContextRefresher
-
-