org.apache.avalon.meta.info.builder.tags
Class AttributeTag

java.lang.Object
  extended byorg.apache.avalon.meta.info.builder.tags.AbstractTag
      extended byorg.apache.avalon.meta.info.builder.tags.AttributeTag

public class AttributeTag
extends AbstractTag

A doclet tag representing the set of attributes associated with the class.

Version:
$Revision: 1.2 $ $Date: 2004/02/21 13:27:04 $
Author:
Avalon Development Team

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

KEY

public static final String KEY
The javadoc key for the attribute tag.

See Also:
Constant Field Values

KEY_PARAM

public static final String KEY_PARAM
The parameter name for the attribute key.

See Also:
Constant Field Values

VALUE_PARAM

public static final String VALUE_PARAM
The parameter name for the attribute value.

See Also:
Constant Field Values
Constructor Detail

AttributeTag

public AttributeTag(JavaClass clazz)
Creation of a new attribute tag.

Parameters:
clazz - the javadoc class descriptor
Method Detail

getProperties

public Properties getProperties()
Return the value of all Avalon 'attribute' tags as a Properties value.

Returns:
the attribute set as a property instance


Copyright © The Apache Software Foundation. All Rights Reserved.