de.fhkoeln.zra.statix.plugins
Class StatPluginLoader.ZipClassLoader
java.lang.Object
|
+--java.lang.ClassLoader
|
+--de.fhkoeln.zra.statix.plugins.StatPluginLoader.ZipClassLoader
- Enclosing class:
- StatPluginLoader
- class StatPluginLoader.ZipClassLoader
- extends ClassLoader
Nested classes inherited from class java.lang.ClassLoader |
|
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classes
private Hashtable classes
f
private File f
StatPluginLoader.ZipClassLoader
public StatPluginLoader.ZipClassLoader(String zipFileName)
StatPluginLoader.ZipClassLoader
public StatPluginLoader.ZipClassLoader(File zipFile)
loadClass
public Class loadClass(String className)
throws ClassNotFoundException
- Overrides:
loadClass
in class ClassLoader
ClassNotFoundException
loadClass
public Class loadClass(String className,
boolean resolve)
throws ClassNotFoundException
- Overrides:
loadClass
in class ClassLoader
ClassNotFoundException