|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.ClassLoader | +--ter.API.ClassLoader.GeneralClassLoader | +--ter.API.ClassLoader.URLClassLoader
Title: JavInspector
Description: Custom class loader to load classes from an URL
Copyright: Copyright (c) 2003
Company: Université de Nice Sophia Antipolis (UNSA)
Constructor Summary | |
URLClassLoader(java.lang.String urlString)
Default constructor |
Method Summary | |
void |
setFilePrefix(java.lang.String str)
Changes the remote classpath |
Methods inherited from class ter.API.ClassLoader.GeneralClassLoader |
loadClass, loadClass, setClassNameReplacementChar |
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLClassLoader(java.lang.String urlString)
urlString
- - the remote class pathMethod Detail |
public void setFilePrefix(java.lang.String str)
setFilePrefix
in class GeneralClassLoader
str
- the new remote classpath
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |