org.apache.avalon.meta.info.builder.tags
Class ServiceTag
java.lang.Object
org.apache.avalon.meta.info.builder.tags.AbstractTag
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ServiceTag
public ServiceTag(JavaClass clazz)
- Type tag constructor.
- Parameters:
clazz
- the javadoc class descriptor
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.