public class KeyedScopedConfigViewImpl<S extends ScopeType<S>,K extends SharedResourceKey> extends Object implements ScopedConfigView<S,K>
ScopedConfigView that knows how to extract relevant subconfiguration from an input
Config.| Constructor and Description |
|---|
KeyedScopedConfigViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig() |
Config |
getFactorySpecificConfig() |
Config |
getKeyedConfig() |
Config |
getKeyedScopedConfig() |
Config |
getScopedConfig() |
ScopedConfigView<S,K> |
getScopedView(S scopeType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetScopegetFactoryName, getKeypublic Config getFactorySpecificConfig()
public Config getScopedConfig()
public Config getKeyedConfig()
public Config getKeyedScopedConfig()
public Config getConfig()
getConfig in interface ConfigView<S extends ScopeType<S>,K extends SharedResourceKey>public ScopedConfigView<S,K> getScopedView(S scopeType)
getScopedView in interface ConfigView<S extends ScopeType<S>,K extends SharedResourceKey>