org.codehaus.mojo.taglist.beans
public class TagReport extends Object implements Comparable
Constructor Summary | |
---|---|
TagReport(String tagName)
Constructor
|
Method Summary | |
---|---|
int | compareTo(Object o)
Cf. overriden method documentation.
|
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.
|
Parameters: tagName fileReports
See Also: Comparable#compareTo(Object)
Parameters: file the file being analysed
Returns: a FileReport object for this file
Returns: a Collection of FileReport objects.
Returns: the number of comments
Returns: the name of the tag.