|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
com.ibm.etools.systems.core.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
ClassNotFoundException
ClassLoader.findClass(java.lang.String)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |