public class FileJarClassLoader extends JarClassLoader implements Closeable
| Constructor and Description |
|---|
FileJarClassLoader(PluginManager pluginManager,
ClassLoader parentClassLoader,
Path jarFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dumpStructure(int indent) |
Class<?> |
findClass(String name) |
URL |
findResource(String name) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic FileJarClassLoader(PluginManager pluginManager, ClassLoader parentClassLoader, Path jarFile) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic URL findResource(String name)
findResource in class JarClassLoaderpublic Class<?> findClass(String name) throws ClassNotFoundException
findClass in class JarClassLoaderClassNotFoundExceptionpublic void dumpStructure(int indent)
dumpStructure in class PublicFindClassClassLoaderpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2019 OpenSource BIM. All rights reserved.