|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectjava.lang.ClassLoader
org.eclipse.rse.services.clientserver.java.EnhancedClassLoader
This class loader is used to load classes given a root path.
| Constructor Summary | |
|---|---|
EnhancedClassLoader(String rootPath)
Constructor. |
|
| Method Summary | |
|---|---|
protected Class |
findClass(String name)
Finds the class with the given name. |
String |
getRootPath()
Returns the root path. |
void |
setRootPath(String rootPath)
Sets the root path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnhancedClassLoader(String rootPath)
rootPath - the root path.| Method Detail |
public String getRootPath()
public void setRootPath(String rootPath)
rootPath - the root path.
protected Class findClass(String name)
throws ClassNotFoundException
ClassNotFoundExceptionClassLoader.findClass(java.lang.String)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||