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

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

public class ServiceTag
extends AbstractTag

A doclet tag the declares a service definition.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/09/24 08:16:17 $
Author:
Avalon Development Team

Field Summary
static String KEY
          Javadoc tag key for the name tag.
static String VERSION_PARAM
          The version parameter
 
Fields inherited from class org.apache.avalon.meta.info.builder.tags.AbstractTag
TYPE_PARAM
 
Constructor Summary
ServiceTag(JavaClass clazz)
          Type tag constructor.
 
Method Summary
 Service getService()
          Return the value of the Avalon 'service' tag.
 
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
Javadoc tag key for the name tag.

See Also:
Constant Field Values

VERSION_PARAM

public static final String VERSION_PARAM
The version parameter

See Also:
Constant Field Values
Constructor Detail

ServiceTag

public ServiceTag(JavaClass clazz)
Type tag constructor.

Parameters:
clazz - the javadoc class descriptor
Method Detail

getService

public Service getService()
Return the value of the Avalon 'service' tag.

Returns:
the service descriptor or null if no service is declared


Copyright © Apache Software Foundation. All Rights Reserved.