ipdlx.tools
Class FileClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by ipdlx.tools.MultiClassLoader
          extended by ipdlx.tools.FileClassLoader

public class FileClassLoader
extends MultiClassLoader

Loads class bytes from a file (probably inherited from elsewhere).


Field Summary
 
Fields inherited from class ipdlx.tools.MultiClassLoader
monitorOn, sourceMonitorOn
 
Constructor Summary
FileClassLoader(java.lang.String filePrefix)
          Attempts to load from a local file using the relative "filePrefix", ie starting at the current directory.
 
Method Summary
protected  byte[] loadClassBytes(java.lang.String className)
           
 
Methods inherited from class ipdlx.tools.MultiClassLoader
formatClassName, loadClass, loadClass, monitor, print, setClassNameReplacementChar
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, 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
 

Constructor Detail

FileClassLoader

public FileClassLoader(java.lang.String filePrefix)
Attempts to load from a local file using the relative "filePrefix", ie starting at the current directory. For example

Parameters:
filePrefix - could be "webSiteClasses\\site1\\".
Method Detail

loadClassBytes

protected byte[] loadClassBytes(java.lang.String className)
Specified by:
loadClassBytes in class MultiClassLoader