net.imagej.patcher
Class LegacyClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
net.imagej.patcher.LegacyClassLoader
public class LegacyClassLoader
- extends URLClassLoader
A special purpose class loader to encapsulate ImageJ 1.x "instances" from
each other.
- Author:
- Johannes Schindelin
- See Also:
LegacyEnvironment
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyClassLoader
public LegacyClassLoader(boolean headless)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
LegacyClassLoader
public LegacyClassLoader()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getResource
public URL getResource(String name)
- Overrides:
getResource in class ClassLoader
findClass
public Class<?> findClass(String className)
throws ClassNotFoundException
- Overrides:
findClass in class URLClassLoader
- Throws:
ClassNotFoundException
Copyright © 2009–2014 ImageJ. All rights reserved.