com.sun.tdk.signaturetest.loaders
Class TigerRefgClassDescrLoader

java.lang.Object
  extended by com.sun.tdk.signaturetest.loaders.TigerRefgClassDescrLoader
All Implemented Interfaces:
ClassDescriptionLoader, LoadingHints

public class TigerRefgClassDescrLoader
extends java.lang.Object
implements ClassDescriptionLoader, LoadingHints

This is J2SE 1.5 (Tiger) loader


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.tdk.signaturetest.loaders.LoadingHints
LoadingHints.Hint
 
Field Summary
static boolean debug
           
static I18NResourceBundle i18n
           
 
Fields inherited from interface com.sun.tdk.signaturetest.loaders.LoadingHints
DONT_READ_VALUES, READ_ANY_ANNOTATIONS, READ_BRIDGE, READ_SYNTETHIC
 
Constructor Summary
TigerRefgClassDescrLoader()
           
TigerRefgClassDescrLoader(java.lang.ClassLoader l)
           
 
Method Summary
 void addLoadingHint(LoadingHints.Hint hint)
           
 ClassDescription load(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug

i18n

public static final I18NResourceBundle i18n
Constructor Detail

TigerRefgClassDescrLoader

public TigerRefgClassDescrLoader()

TigerRefgClassDescrLoader

public TigerRefgClassDescrLoader(java.lang.ClassLoader l)
Method Detail

load

public ClassDescription load(java.lang.String name)
                      throws java.lang.ClassNotFoundException
Specified by:
load in interface ClassDescriptionLoader
Throws:
java.lang.ClassNotFoundException

addLoadingHint

public void addLoadingHint(LoadingHints.Hint hint)
Specified by:
addLoadingHint in interface LoadingHints