org.apache.commons.clazz.reflect.standard
Class StandardReflectedClazzLoader

java.lang.Object
  extended byorg.apache.commons.clazz.ClazzLoader
      extended byorg.apache.commons.clazz.reflect.ReflectedClazzLoader
          extended byorg.apache.commons.clazz.reflect.standard.StandardReflectedClazzLoader

public class StandardReflectedClazzLoader
extends ReflectedClazzLoader

Version:
$Revision: 1.6 $ $Date: 2004/02/19 23:58:39 $
Author:
Dmitri Plotnikov

Constructor Summary
StandardReflectedClazzLoader(org.apache.commons.clazz.ModelClazzLoader modelClazzLoader, ClassLoader classLoader)
          Constructor for StandardReflectedClazzLoader.
 
Method Summary
protected  org.apache.commons.clazz.Clazz createClazz(Class javaClass)
          Override this method to construct an Clazz for the given Class (javaClass).
 
Methods inherited from class org.apache.commons.clazz.reflect.ReflectedClazzLoader
defineClazz, getClazzForName, getClazzName, isMember, isSupportedClass, lookupCustomClazz
 
Methods inherited from class org.apache.commons.clazz.ClazzLoader
enableLogging, getClazz, getModel, getModelClazzLoader, isLoggingEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardReflectedClazzLoader

public StandardReflectedClazzLoader(org.apache.commons.clazz.ModelClazzLoader modelClazzLoader,
                                    ClassLoader classLoader)
Constructor for StandardReflectedClazzLoader.

Parameters:
modelClazzLoader -
classLoader -
Method Detail

createClazz

protected org.apache.commons.clazz.Clazz createClazz(Class javaClass)
Description copied from class: ReflectedClazzLoader
Override this method to construct an Clazz for the given Class (javaClass). Make sure that the new Clazz is initialized with the supplied clazzLoader representing the clazz loader group, not with this.

Specified by:
createClazz in class ReflectedClazzLoader
See Also:
ReflectedClazzLoader.createClazz(Class)


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.