|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.beans.TagReport
public class TagReport
Report of the scan for a specific tag
Constructor Summary | |
---|---|
TagReport(String tagName)
Constructor. |
Method Summary | |
---|---|
int |
compareTo(Object o)
Cf. |
FileReport |
getFileReport(File file)
Returns the FileReport object corresponding to this file. |
Collection |
getFileReports()
Returns the collection of file reports for the tag. |
int |
getTagCount()
Gives the number of comments found for that tag. |
String |
getTagName()
Returns the name of the tag that was looked for. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagReport(String tagName)
tagName
- the tag's name.Method Detail |
---|
public FileReport getFileReport(File file)
file
- the file being analysed.
public Collection getFileReports()
public String getTagName()
public int getTagCount()
public int compareTo(Object o)
compareTo
in interface Comparable
Comparable.compareTo(Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |