Package org.nuxeo.osgi.application
Interface MutableClassLoader
- All Known Subinterfaces:
DevMutableClassLoader
- All Known Implementing Classes:
MutableClassLoaderDelegate
,NuxeoDevWebappClassLoader
,NuxeoWebappClassLoader
public interface MutableClassLoader
- Since:
- 5.4.2
- Author:
- Bogdan Stefanescu
-
Method Summary
-
Method Details
-
addURL
-
getClassLoader
ClassLoader getClassLoader() -
loadClass
- Parameters:
startupClass
- The binary name of the class- Returns:
- The resulting Class object
- Throws:
ClassNotFoundException
- If the class was not found
-