|
||||||||||
| 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(java.lang.String tagName)
Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
Cf. |
FileReport |
getFileReport(java.io.File file)
Returns the FileReport object corresponding to this file. |
java.util.Collection |
getFileReports()
Returns the collection of file reports for the tag. |
int |
getTagCount()
Gives the number of comments found for that tag. |
java.lang.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(java.lang.String tagName)
tagName - fileReports - | Method Detail |
|---|
public FileReport getFileReport(java.io.File file)
file - the file being analysed
public java.util.Collection getFileReports()
public java.lang.String getTagName()
public int getTagCount()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.ComparableComparable.compareTo(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||