public class AuxClassLoader
extends java.net.URLClassLoader
The default delegation ClassLoader is used as the parent of this one, so that the system classloader(?) will be queried for any classes before they are searched for on the given class.
Constructor | Description |
---|---|
AuxClassLoader(java.lang.String classpath) |
Constructs a ClassLoader which will look on a given path.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResource, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, loadClass, loadClass, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.