Package org.nuxeo.osgi.application
Interface DevMutableClassLoader
- All Superinterfaces:
MutableClassLoader
- All Known Implementing Classes:
NuxeoDevWebappClassLoader
A
MutableClassLoader for dev hot reload purpose.- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassLoader(URL... urls) Adds a new class loader to this one containing the reference to input urls.voidClears the stack containing the previous class loader injected during hot reload.Methods inherited from interface org.nuxeo.osgi.application.MutableClassLoader
addURL, getClassLoader, loadClass
-
Method Details
-
clearPreviousClassLoader
void clearPreviousClassLoader()Clears the stack containing the previous class loader injected during hot reload. -
addClassLoader
Adds a new class loader to this one containing the reference to input urls.
-