Package | Description |
---|---|
org.apache.deltaspike.core.api.config |
Modifier and Type | Method and Description |
---|---|
static Config |
ConfigResolver.getConfig() |
Config |
ConfigResolver.ConfigProvider.getConfig()
Return either an existing Config associated with the current TCCL or a
new Config and associate it with the TCCL.
|
static Config |
ConfigResolver.getConfig(ClassLoader cl) |
Config |
ConfigResolver.ConfigProvider.getConfig(ClassLoader cl)
Return either an existing Config associated with the given ClassLoader or a
new Config and associate it with the given ClassLoader.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.