|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
net.sf.taverna.raven.prelauncher.BootstrapClassLoader
public class BootstrapClassLoader
URLClassloader that allows URL's to be added dynamically. If this classloader is set as the system class loader on the command line (-Djava.system.class.loader=net.sf.taverna.tools.BootstrapClassLoader) this effectively allows the classpath to be set dynamically.
| Constructor Summary | |
|---|---|
BootstrapClassLoader(java.lang.ClassLoader parent)
Constructs an instance of BootstrapClassloader. |
|
| Method Summary | |
|---|---|
void |
addURL(java.net.URL url)
|
| Methods inherited from class java.net.URLClassLoader |
|---|
findResource, findResources, getURLs, newInstance, newInstance |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapClassLoader(java.lang.ClassLoader parent)
parent - | Method Detail |
|---|
public void addURL(java.net.URL url)
addURL in class java.net.URLClassLoader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||