Package org.nuxeo.osgi.application
Class MutableClassLoaderDelegate
java.lang.Object
org.nuxeo.osgi.application.MutableClassLoaderDelegate
- All Implemented Interfaces:
MutableClassLoader
- Since:
- 5.4.2
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
cl
-
addURL
-
-
Constructor Details
-
MutableClassLoaderDelegate
- Throws:
IllegalArgumentException
-
-
Method Details
-
addURL
- Specified by:
addURL
in interfaceMutableClassLoader
-
getClassLoader
- Specified by:
getClassLoader
in interfaceMutableClassLoader
-
loadClass
- Specified by:
loadClass
in interfaceMutableClassLoader
- Parameters:
startupClass
- The binary name of the class- Returns:
- The resulting Class object
- Throws:
ClassNotFoundException
- If the class was not found
-