org.apache.commons.clazz.reflect.common
Class ReflectedMethodInstanceFactoryIntrospector

java.lang.Object
  extended byorg.apache.commons.clazz.reflect.common.ReflectedMethodInstanceFactoryIntrospector
All Implemented Interfaces:
ReflectedInstanceFactoryIntrospector

public class ReflectedMethodInstanceFactoryIntrospector
extends Object
implements ReflectedInstanceFactoryIntrospector

Version:
$Id: ReflectedMethodInstanceFactoryIntrospector.java,v 1.5 2004/02/19 23:58:39 scolebourne Exp $
Author:
Dmitri Plotnikov

Constructor Summary
ReflectedMethodInstanceFactoryIntrospector()
           
 
Method Summary
 List introspectInstanceFactories(ReflectedClazz clazz, Class javaClass)
          Find constructors, methods and perhaps fields constituting factories.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectedMethodInstanceFactoryIntrospector

public ReflectedMethodInstanceFactoryIntrospector()
Method Detail

introspectInstanceFactories

public List introspectInstanceFactories(ReflectedClazz clazz,
                                        Class javaClass)
Description copied from interface: ReflectedInstanceFactoryIntrospector
Find constructors, methods and perhaps fields constituting factories. Create ClazzInstanceFactory objects and return them as a list.

Specified by:
introspectInstanceFactories in interface ReflectedInstanceFactoryIntrospector
See Also:
ReflectedInstanceFactoryIntrospector.introspectInstanceFactories(ReflectedClazz, Class)


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