|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.output.TagListXMLFile
public class TagListXMLFile
The file a tag was found within.
Constructor Summary | |
---|---|
TagListXMLFile()
|
Method Summary | |
---|---|
void |
addComment(TagListXMLComment tagListXMLComment)
Method addComment. |
List |
getComments()
Method getComments. |
String |
getCount()
Get the count field. |
String |
getName()
Get the name field. |
void |
removeComment(TagListXMLComment tagListXMLComment)
Method removeComment. |
void |
setComments(List comments)
Set the comments field. |
void |
setCount(String count)
Set the count field. |
void |
setName(String name)
Set the name field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagListXMLFile()
Method Detail |
---|
public void addComment(TagListXMLComment tagListXMLComment)
tagListXMLComment
- public List getComments()
public String getCount()
public String getName()
public void removeComment(TagListXMLComment tagListXMLComment)
tagListXMLComment
- public void setComments(List comments)
comments
- public void setCount(String count)
count
- public void setName(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |