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 Class Summary
 
Nested classes inherited from class java.lang.ClassLoader
 
Field Summary
private  Hashtable classes
           
private  File f
           
 
Fields inherited from class java.lang.ClassLoader
 
Constructor Summary
StatPluginLoader.ZipClassLoader(File zipFile)
           
StatPluginLoader.ZipClassLoader(String zipFileName)
           
 
Method Summary
 Class loadClass(String className)
           
 Class loadClass(String className, boolean resolve)
           
 
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
 

Field Detail

classes

private Hashtable classes

f

private File f
Constructor Detail

StatPluginLoader.ZipClassLoader

public StatPluginLoader.ZipClassLoader(String zipFileName)

StatPluginLoader.ZipClassLoader

public StatPluginLoader.ZipClassLoader(File zipFile)
Method Detail

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