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

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

public class LoggerTag
extends AbstractTag

A doclet tag handler supporting 'logger' tags.

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

Field Summary
protected static String DEPRECATED_LOGGER_CLASS
          The deprecated logger class
protected static String KEY
          The javadoc key for the logger tag.
protected static String LOGGER_CLASS
          The default logger class.
static String NAME_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
LoggerTag(JavaClass clazz)
          The logger tag constructor.
 
Method Summary
 CategoryDescriptor[] getCategories()
          Return an array of logger descriptors relative to the 'logger' tags declared under the LogEnabled interface.
 
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

NAME_PARAM

public static final String NAME_PARAM
The javadoc parameter name for the logging channel name

See Also:
Constant Field Values

LOGGER_CLASS

protected static final String LOGGER_CLASS
The default logger class.

See Also:
Constant Field Values

DEPRECATED_LOGGER_CLASS

protected static final String DEPRECATED_LOGGER_CLASS
The deprecated logger class

See Also:
Constant Field Values
Constructor Detail

LoggerTag

public LoggerTag(JavaClass clazz)
The logger tag constructor.

Parameters:
clazz - the javadoc class descriptor.
Method Detail

getCategories

public CategoryDescriptor[] getCategories()
Return an array of logger descriptors relative to the 'logger' tags declared under the LogEnabled interface.

Returns:
the set of logger descriptos


Copyright © The Apache Software Foundation. All Rights Reserved.