jasco.util
Class DynamicClassLoader

java.lang.Object
  extended by jasco.util.DynamicClassLoader

public class DynamicClassLoader
extends java.lang.Object


Constructor Summary
DynamicClassLoader()
           
 
Method Summary
 void addLoadPath(java.io.File file)
           
 void clear()
           
 java.lang.Class getClass(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicClassLoader

public DynamicClassLoader()
Method Detail

addLoadPath

public void addLoadPath(java.io.File file)

getClass

public java.lang.Class getClass(java.lang.String name)
                         throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

clear

public void clear()