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

java.lang.Object
  extended byorg.apache.avalon.meta.info.builder.tags.AbstractTag
      extended byorg.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
 
Fields inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag
TYPE_PARAM, VERSION_PARAM
 
Constructor Summary
SchemaTag(JavaClass clazz)
          The configuration schema tag constructor.
 
Method Summary
 String getConfigurationSchema()
          Return a schema descriptor string if present else return a null string.
 
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

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
Constructor Detail

SchemaTag

public SchemaTag(JavaClass clazz)
The configuration schema tag constructor.

Parameters:
clazz - the javadoc class descriptor.
Method Detail

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.