ServiceContextpublic interface ClassloaderAware
This interface models a provider that serves configuration properties that is also dependent on the target classloader of the current configuration.
| Modifier and Type | Method | Description |
|---|---|---|
ClassLoader |
getClassLoader() |
Get the currently assigned cassloader instance.
|
void |
init(ClassLoader classLoader) |
Initializes this instance with the classloader to be used.
|
void init(ClassLoader classLoader)
ServiceContextManager.classLoader - the target classloader, not not null.ClassLoader getClassLoader()
Copyright © 2014–2019 Apache Software Foundation. All rights reserved.