org.objectweb.jorm.util.lib
Class BasicClassLoader

java.lang.Object
  |
  +--org.objectweb.jorm.util.lib.BasicClassLoader

Deprecated. This class is not a classloader! need refactoring (Christophe Ney)

public class BasicClassLoader
extends java.lang.Object

The BasicClassLoader object defines methods to load class.

Author:
X. Spengler

Constructor Summary
BasicClassLoader()
          Deprecated.  
 
Method Summary
 java.lang.Object load(java.lang.String classToLoad)
          Deprecated. Loads a given class in the current environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicClassLoader

public BasicClassLoader()
Deprecated. 
Method Detail

load

public java.lang.Object load(java.lang.String classToLoad)
                      throws java.lang.Exception
Deprecated. 
Loads a given class in the current environment.
Parameters:
classToLoad - the name of the class to load (without the .class suffix)
Returns:
an object representation of the given class