|
|||||||||||
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.JARClassLoader
Title: JavInspector
Description: Custom class loader to load classes from jar
Copyright: Copyright (c) 2003
Company: Université de Nice Sophia Antipolis (UNSA)
Constructor Summary | |
JARClassLoader(java.lang.String jarName)
Default constructor |
Method Summary | |
void |
setFilePrefix(java.lang.String str)
changes the current jar archive in which we search classes |
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 JARClassLoader(java.lang.String jarName) throws java.io.IOException
jarName
- the jar archive from which we shouldload classesMethod Detail |
public void setFilePrefix(java.lang.String str) throws java.io.IOException
setFilePrefix
in class GeneralClassLoader
str
-
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |