public abstract class ContextRefresher extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ContextRefresher.Empty |
| Modifier and Type | Field and Description |
|---|---|
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) |
| 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
protected ContextRefresher(org.springframework.context.ConfigurableApplicationContext context,
RefreshScope scope)
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 © 2020 Pivotal Software, Inc.. All rights reserved.