|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.javadoc.AbstractPlexusTaglet
org.codehaus.plexus.javadoc.PlexusConfigurationTaglet
public class PlexusConfigurationTaglet
The @plexus.configuration tags are used to mark fields in a class for configuration through the components.xml.
Parameter | Required | Description |
default-value | Currently | The default values are currently required for the <configuration> tag to be written to components.xml. |
Constructor Summary | |
---|---|
PlexusConfigurationTaglet()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.codehaus.plexus.javadoc.AbstractPlexusTaglet |
---|
toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlexusConfigurationTaglet()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |