public interface MutableClassLoader
Modifier and Type | Method and Description |
---|---|
void |
addURL(URL url) |
ClassLoader |
getClassLoader() |
Class<?> |
loadClass(String startupClass) |
void addURL(URL url)
ClassLoader getClassLoader()
Class<?> loadClass(String startupClass) throws ClassNotFoundException
startupClass
- The binary name of the classClassNotFoundException
- If the class was not foundCopyright © 2013 Nuxeo SA. All Rights Reserved.