public static interface ConfigResolver.ConfigProvider
Config
instance.Modifier and Type | Method and Description |
---|---|
Config |
getConfig()
Return either an existing Config associated with the current TCCL or a
new Config and associate it with the TCCL.
|
Config |
getConfig(ClassLoader cl)
Return either an existing Config associated with the given ClassLoader or a
new Config and associate it with the given ClassLoader.
|
ConfigResolver.ConfigHelper |
getHelper()
Provide access to the ConfigHelper
|
void |
releaseConfig(ClassLoader cl)
Release the Config associated with the given ClassLoader.
|
Config getConfig()
Config getConfig(ClassLoader cl)
void releaseConfig(ClassLoader cl)
ConfigResolver.ConfigHelper getHelper()
Copyright © 2020 The Apache Software Foundation. All rights reserved.