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.1.1.1 $ $Date: 2003/09/24 08:16:16 $
Author:
Avalon Development Team

Field Summary
protected static String CONFIGURATION_CLASS
          The default logger class.
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
 
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

CONFIGURATION_CLASS

protected static final String CONFIGURATION_CLASS
The default logger class.

See Also:
Constant Field Values

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

Returns:
the set of logger descriptos


Copyright © Apache Software Foundation. All Rights Reserved.