csheets.ext
Class ExtensionManager.Loader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
csheets.ext.ExtensionManager.Loader
- Enclosing class:
- ExtensionManager
public static class ExtensionManager.Loader
- extends URLClassLoader
The class loader used to load extensions.
|
Method Summary |
protected void |
addURL(URL url)
Appends the specified URL to the list of URLs to search for classes
and resources. |
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, 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 |
ExtensionManager.Loader
public ExtensionManager.Loader()
- Creates a new extension loader.
addURL
protected void addURL(URL url)
- Appends the specified URL to the list of URLs to search for classes
and resources.
- Overrides:
addURL in class URLClassLoader
- Parameters:
url - the URL to be added to the search path of URL:s