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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cl
-
addURL
-
-
Constructor Details
-
MutableClassLoaderDelegate
- Throws:
IllegalArgumentException
-
-
Method Details
-
addURL
- Specified by:
addURLin interfaceMutableClassLoader
-
getClassLoader
- Specified by:
getClassLoaderin interfaceMutableClassLoader
-
loadClass
- Specified by:
loadClassin interfaceMutableClassLoader- Parameters:
startupClass- The binary name of the class- Returns:
- The resulting Class object
- Throws:
ClassNotFoundException- If the class was not found
-