public static interface AbstractTranslator.ClassLoaderFacade
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
loadClass(String idlCompilerClass)
Loads the specified class using the appropriate classloader.
|
void |
prependUrls(URL... urls)
Updates the active classloader to include the specified URLs before the original definitions.
|
void prependUrls(URL... urls)
urls - a list of URLs to include when searching for classes.Class<?> loadClass(String idlCompilerClass) throws ClassNotFoundException
idlCompilerClass - the name of the class to use for compiling IDL files.ClassNotFoundException - if the specified class doesn't existCopyright © 2005–2025 MojoHaus. All rights reserved.