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

java.lang.Object
  extended by org.apache.commons.clazz.common.ClazzElementSupport
      extended by org.apache.commons.clazz.common.ClazzFeatureSupport
          extended by org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
All Implemented Interfaces:
ClazzElement, ClazzFeature
Direct Known Subclasses:
ReflectedMethodInstanceFactory, ReflectedMethodOperation

public class ReflectedMethodFeatureSupport
extends ClazzFeatureSupport
implements ClazzFeature

A wrapper for a java method.

Version:
$Id: ReflectedMethodFeatureSupport.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Constructor Summary
ReflectedMethodFeatureSupport(Clazz declaringClazz, Method method)
          Constructor for ReflectedClazzProperty.
 
Method Summary
 Method getMethod()
           
 String getName()
           
 Clazz[] getParameterClazzes()
           
 Clazz getReturnClazz()
           
 String getSignature()
           
 String toString()
           
 
Methods inherited from class org.apache.commons.clazz.common.ClazzFeatureSupport
getDeclaringClazz
 
Methods inherited from class org.apache.commons.clazz.common.ClazzElementSupport
getAttribute, getAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.clazz.ClazzFeature
getDeclaringClazz
 
Methods inherited from interface org.apache.commons.clazz.ClazzElement
getAttribute, getAttributes
 

Constructor Detail

ReflectedMethodFeatureSupport

public ReflectedMethodFeatureSupport(Clazz declaringClazz,
                                     Method method)
Constructor for ReflectedClazzProperty.

Method Detail

getMethod

public Method getMethod()

getName

public String getName()

getSignature

public String getSignature()
See Also:
ClazzOperation.getSignature()

getParameterClazzes

public Clazz[] getParameterClazzes()
See Also:
ClazzOperation.getParameterClazzes()

getReturnClazz

public Clazz getReturnClazz()
See Also:
ClazzOperation.getReturnClazz()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.