|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.FileAnalyser
public class FileAnalyser
Class that analyzes a file with a special comment tag. For instance:
// TODO: Example of an Eclipse/IntelliJ-like "todo" tag
Constructor Summary | |
---|---|
FileAnalyser(TagListReport report,
ArrayList tagClasses)
Constructor. |
Method Summary | |
---|---|
Collection |
execute()
Execute the analysis for the configuration given by the TagListReport. |
void |
scanFile(File file)
Scans a file to look for task tags. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileAnalyser(TagListReport report, ArrayList tagClasses)
report
- the MOJO that is using this analyzer.tagClasses
- the array of tag classes to use for searchingMethod Detail |
---|
public Collection execute() throws MavenReportException
MavenReportException
- the Maven report exception.public void scanFile(File file)
file
- the file to scan.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |