|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.output.TagListXMLReport
public class TagListXMLReport
The TagList report in XML format.
Constructor Summary | |
---|---|
TagListXMLReport()
|
Method Summary | |
---|---|
void |
addTag(TagListXMLTag tagListXMLTag)
Method addTag. |
String |
getModelEncoding()
Get the modelEncoding field. |
List |
getTags()
Method getTags. |
void |
removeTag(TagListXMLTag tagListXMLTag)
Method removeTag. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setTags(List tags)
Set the tags field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagListXMLReport()
Method Detail |
---|
public void addTag(TagListXMLTag tagListXMLTag)
tagListXMLTag
- public String getModelEncoding()
public List getTags()
public void removeTag(TagListXMLTag tagListXMLTag)
tagListXMLTag
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setTags(List tags)
tags
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |