Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
lib
Class  DynamicClassLoader
java.lang.Object
  |
  +--lib.DynamicClassLoader
- public class DynamicClassLoader- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DynamicClassLoader
public DynamicClassLoader()
forName
public static Class forName(String className)
                     throws ClassNotFoundException
- This method returns a class created by it's name
 created by call to Class.forName().
 This method must be overloaded if another loading
 policy is required for Component and Interface
 testing classes. 
getInstance
public Object getInstance(String className)
                   throws IllegalArgumentException
getInstance
public Object getInstance(String className,
                          Object[] ctorArgs)
                   throws IllegalArgumentException