|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.ClassLoader
org.eclipse.hyades.execution.invocation.UpdateablePathClassLoader
This classloader re-searches the system classpath (which is specified via
the system property, java.class.path) every time it fields
a request to find a class or a resource. The effect is that the classpath
that we use is updateable at runtime.
| Constructor Summary | |
|---|---|
UpdateablePathClassLoader()
|
|
UpdateablePathClassLoader(java.lang.ClassLoader parent)
|
|
| Method Summary | |
|---|---|
protected java.lang.Class |
findClass(java.lang.String name)
This version searches the system classpath every time this method is called, so that runtime updates of that property are utilized. |
protected java.net.URL |
findResource(java.lang.String name)
This version searches the system classpath every time this method is called, so that runtime updates of that property are utilized. |
protected java.util.Enumeration |
findResources(java.lang.String name)
This version searches the system classpath every time this method is called, so that runtime updates of that property are utilized. |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, 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 |
| Constructor Detail |
public UpdateablePathClassLoader(java.lang.ClassLoader parent)
parent - public UpdateablePathClassLoader()
| Method Detail |
protected java.lang.Class findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
java.class.path
java.lang.ClassNotFoundExceptionClassLoader.findClass(java.lang.String),
java.lang.System.getProperty(String, String),
java.lang.System.setProperty(String, String)protected java.net.URL findResource(java.lang.String name)
java.class.path
ClassLoader.findResource(java.lang.String),
java.lang.System.getProperty(String, String),
java.lang.System.setProperty(String, String)
protected java.util.Enumeration findResources(java.lang.String name)
throws java.io.IOException
java.class.path
java.io.IOExceptionClassLoader.findResources(java.lang.String),
java.lang.System.getProperty(String, String),
java.lang.System.setProperty(String, String)
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||