org.apache.commons.clazz.common
Class ClazzFeatureSupport

java.lang.Object
  extended by org.apache.commons.clazz.common.ClazzElementSupport
      extended by org.apache.commons.clazz.common.ClazzFeatureSupport
All Implemented Interfaces:
ClazzElement, ClazzFeature
Direct Known Subclasses:
BeanClazzConstructorInstanceFactory, BeanClazzInstanceFactory, BeanClazzOperation, BeanClazzProperty, ReflectedAccessorPairProperty, ReflectedConstructorInstanceFactory, ReflectedMethodFeatureSupport

public abstract class ClazzFeatureSupport
extends ClazzElementSupport
implements ClazzFeature

Maintains common behavior of various implementations of ClazzFeature.

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

Constructor Summary
ClazzFeatureSupport(Clazz declaringClazz)
          Constructor for ClazzFeature.
 
Method Summary
 Clazz 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, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.clazz.ClazzElement
getAttribute, getAttributes
 

Constructor Detail

ClazzFeatureSupport

public ClazzFeatureSupport(Clazz declaringClazz)
Constructor for ClazzFeature.

Method Detail

getDeclaringClazz

public Clazz getDeclaringClazz()
Specified by:
getDeclaringClazz in interface ClazzFeature
See Also:
ClazzFeature.getDeclaringClazz()


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