public class PlexusConfigurationTaglet extends AbstractPlexusTaglet
Parameter | Required | Description |
default-value | Currently | The default values are currently required for the <configuration> tag to be written to components.xml. |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
HEADER |
private static java.lang.String |
NAME |
Constructor and Description |
---|
PlexusConfigurationTaglet() |
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.