|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.meta.info.builder.tags.AbstractTag
org.apache.avalon.meta.info.builder.tags.AttributeTag
A doclet tag representing the set of attributes associated with the class.
Field Summary | |
static String |
KEY
The javadoc key for the attribute tag. |
static String |
KEY_PARAM
The parameter name for the attribute key. |
static String |
VALUE_PARAM
The parameter name for the attribute value. |
Fields inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag |
TYPE_PARAM, VERSION_PARAM |
Constructor Summary | |
AttributeTag(JavaClass clazz)
Creation of a new attribute tag. |
Method Summary | |
Properties |
getProperties()
Return the value of all Avalon 'attribute' tags as a Properties value. |
Methods inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag |
getJavaClass, getLifecycleMethods, getNamedParameter, getNamedParameter, getNS, getNSD, resolveType, resolveVersion, resolveVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String KEY
public static final String KEY_PARAM
public static final String VALUE_PARAM
Constructor Detail |
public AttributeTag(JavaClass clazz)
clazz
- the javadoc class descriptorMethod Detail |
public Properties getProperties()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |