org.apache.avalon.meta.info.builder.tags
Class ServicesTag
java.lang.Object
org.apache.avalon.meta.info.builder.tags.AbstractTag
org.apache.avalon.meta.info.builder.tags.ServicesTag
- public class ServicesTag
- extends AbstractTag
A doclet tag representing services exported by a type.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/24 08:16:16 $
- Author:
- Avalon Development Team
Field Summary |
static String |
KEY
The service export tag key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
- The service export tag key.
- See Also:
- Constant Field Values
ServicesTag
public ServicesTag(JavaClass clazz)
- The service tag constructor.
- Parameters:
clazz
- the javadoc class descriptor
getServices
public ServiceDescriptor[] getServices()
- Return the the set of exported services.
- Returns:
- an array of service descriptors
Copyright © Apache Software Foundation. All Rights Reserved.