public abstract class ContextRefresher extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ContextRefresher.Empty |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
additionalPropertySourcesToRetain |
protected static String[] |
DEFAULT_PROPERTY_SOURCES |
protected org.apache.commons.logging.Log |
logger |
protected static String |
REFRESH_ARGS_PROPERTY_SOURCE |
protected Set<String> |
standardSources |
| Modifier | Constructor and Description |
|---|---|
protected |
ContextRefresher(org.springframework.context.ConfigurableApplicationContext context,
RefreshScope scope)
Deprecated.
|
protected |
ContextRefresher(org.springframework.context.ConfigurableApplicationContext context,
RefreshScope scope,
RefreshAutoConfiguration.RefreshProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.core.env.StandardEnvironment |
copyEnvironment(org.springframework.core.env.ConfigurableEnvironment input) |
protected org.springframework.context.ConfigurableApplicationContext |
getContext() |
protected RefreshScope |
getScope() |
Set<String> |
refresh() |
Set<String> |
refreshEnvironment() |
protected abstract void |
updateEnvironment() |
protected final org.apache.commons.logging.Log logger
protected static final String REFRESH_ARGS_PROPERTY_SOURCE
protected static final String[] DEFAULT_PROPERTY_SOURCES
@Deprecated protected ContextRefresher(org.springframework.context.ConfigurableApplicationContext context, RefreshScope scope)
protected ContextRefresher(org.springframework.context.ConfigurableApplicationContext context,
RefreshScope scope,
RefreshAutoConfiguration.RefreshProperties properties)
protected org.springframework.context.ConfigurableApplicationContext getContext()
protected RefreshScope getScope()
protected abstract void updateEnvironment()
protected org.springframework.core.env.StandardEnvironment copyEnvironment(org.springframework.core.env.ConfigurableEnvironment input)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.