fr.dyade.aaa.util
Class TypeLoader

java.lang.Object
  extended byfr.dyade.aaa.util.TypeLoader

public class TypeLoader
extends java.lang.Object


Constructor Summary
TypeLoader()
           
 
Method Summary
static java.lang.Class loadType(java.lang.String typeName, java.lang.ClassLoader classLoader)
          If the specified type is primitive, the associated wrapper class is returned (e.g.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeLoader

public TypeLoader()
Method Detail

loadType

public static java.lang.Class loadType(java.lang.String typeName,
                                       java.lang.ClassLoader classLoader)
If the specified type is primitive, the associated wrapper class is returned (e.g. java.lang.Long for a primitive long).

Returns:
the type or NULL if it has not been found.


Copyright ? 2004 Scalagent - All rights reserved