org.apache.commons.clazz.common
Class ClazzFeatureSupport
java.lang.Object
org.apache.commons.clazz.common.ClazzElementSupport
org.apache.commons.clazz.common.ClazzFeatureSupport
- All Implemented Interfaces:
- org.apache.commons.clazz.ClazzElement, org.apache.commons.clazz.ClazzFeature
- Direct Known Subclasses:
- BeanClazzConstructorInstanceFactory, BeanClazzInstanceFactory, BeanClazzOperation, BeanClazzProperty, ReflectedAccessorPairProperty, ReflectedConstructorInstanceFactory, ReflectedMethodFeatureSupport
- public abstract class ClazzFeatureSupport
- extends ClazzElementSupport
- implements org.apache.commons.clazz.ClazzFeature
Maintains common behavior of various implementations of ClazzFeature.
- Version:
- $Id: ClazzFeatureSupport.java,v 1.5 2004/02/19 23:58:40 scolebourne Exp $
- Author:
- Dmitri Plotnikov
|
Constructor Summary |
ClazzFeatureSupport(org.apache.commons.clazz.Clazz declaringClazz)
Constructor for ClazzFeature. |
| 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 |
ClazzFeatureSupport
public ClazzFeatureSupport(org.apache.commons.clazz.Clazz declaringClazz)
- Constructor for ClazzFeature.
getDeclaringClazz
public org.apache.commons.clazz.Clazz getDeclaringClazz()
- Specified by:
getDeclaringClazz in interface org.apache.commons.clazz.ClazzFeature
- See Also:
ClazzFeature.getDeclaringClazz()
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.