public class PlexusComponentTaglet extends AbstractPlexusTaglet
Parameter | Required | Description |
role | Yes | The role that this class provides an implementation for (usually the class name of an implemented Interface |
role-hint | No | The hints are used to differentiate multiple implementations of the same role |
version | No | Set the version of the component |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
HEADER |
private static java.lang.String |
NAME |
Constructor and Description |
---|
PlexusComponentTaglet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHeader() |
java.lang.String |
getName() |
boolean |
inConstructor() |
boolean |
inField() |
boolean |
inMethod() |
boolean |
inOverview() |
boolean |
inPackage() |
boolean |
inType() |
boolean |
isInlineTag() |
static void |
register(java.util.Map tagletMap)
Register this Taglet.
|
toString, toString
private static final java.lang.String NAME
private static final java.lang.String HEADER
public java.lang.String getHeader()
getHeader
in class AbstractPlexusTaglet
public java.lang.String getName()
public boolean inConstructor()
public boolean inField()
public boolean inMethod()
public boolean inOverview()
public boolean inPackage()
public boolean inType()
public boolean isInlineTag()
public static void register(java.util.Map tagletMap)
tagletMap
- the map to register this tag to.