org.codehaus.mojo.taglist.beans
public class FileReport extends Object implements Comparable
Constructor Summary | |
---|---|
FileReport(File file)
Constructor
|
Method Summary | |
---|---|
void | addComment(String comment, int lineIndex)
Adds a new entry to the list of tags found for this file report
|
int | compareTo(Object o)
Cf. overriden method documentation.
|
String | getClassName()
Returns the complete name of the analysed class,
for instance: org.codehaus.mojo.taglist.beans.FileReport
|
String | getClassNameWithSlash()
Returns the path corresponding to the analysed class,
for instance: org/apache/maven/plugins/taglist/beans/FileReport
|
String | getComment(Integer lineIndex)
Returns the comment for the corresponding line index
|
Collection | getLineIndexes()
Returns the list of the comment line indexes
|
Parameters: className the complete name of analysed class tagListing Map of the comments
Parameters: comment lineIndex
See Also: Comparable#compareTo(Object)
Returns: the full class name
Returns: the file path
Parameters: lineIndex the index of the line
Returns: the comment
Returns: Collection of Integer