org.apache.avalon.meta.info.builder.tags
Class SchemaTag
java.lang.Object
org.apache.avalon.meta.info.builder.tags.AbstractTag
org.apache.avalon.meta.info.builder.tags.SchemaTag
- public class SchemaTag
- extends AbstractTag
A doclet tag handler supporting 'logger' tags.
- Version:
- $Revision: 1.5 $ $Date: 2004/03/17 10:50:03 $
- Author:
- Avalon Development Team
Field Summary |
protected static String |
KEY
The javadoc key for the logger tag. |
static String |
SCHEMA_PARAM
The javadoc parameter name for the logging channel name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
protected static final String KEY
- The javadoc key for the logger tag.
- See Also:
- Constant Field Values
SCHEMA_PARAM
public static final String SCHEMA_PARAM
- The javadoc parameter name for the logging channel name
- See Also:
- Constant Field Values
SchemaTag
public SchemaTag(JavaClass clazz)
- The configuration schema tag constructor.
- Parameters:
clazz
- the javadoc class descriptor.
getConfigurationSchema
public String getConfigurationSchema()
- Return a schema descriptor string if present else return a null
string. The value returned corresponds to information derived from
the first avalon.configuration tag declared.
- Returns:
- the string identifying the configuration schema
Copyright © The Apache Software Foundation. All Rights Reserved.