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