|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.output.TagListXMLTag
public class TagListXMLTag
A specific tag defined by the user.
Constructor Summary | |
---|---|
TagListXMLTag()
|
Method Summary | |
---|---|
void |
addFile(TagListXMLFile tagListXMLFile)
Method addFile. |
String |
getCount()
Get the count field. |
List |
getFiles()
Method getFiles. |
String |
getName()
Get the name of the tag. |
void |
removeFile(TagListXMLFile tagListXMLFile)
Method removeFile. |
void |
setCount(String count)
Set the count field. |
void |
setFiles(List files)
Set the files field. |
void |
setName(String name)
Set the name of the tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagListXMLTag()
Method Detail |
---|
public void addFile(TagListXMLFile tagListXMLFile)
tagListXMLFile
- public String getCount()
public List getFiles()
public String getName()
public void removeFile(TagListXMLFile tagListXMLFile)
tagListXMLFile
- public void setCount(String count)
count
- public void setFiles(List files)
files
- public void setName(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |