|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.FileAnalyser
Class that analyses a file with a special comment tag. For instance : // TODO: Example of an Eclipse/IntelliJ-like "todo" tag
Constructor Summary | |
FileAnalyser(TagListReport report)
Constructor |
Method Summary | |
java.util.Collection |
execute()
Execute the analysis for the configuration given by the TagListReport. |
void |
scanFile(java.io.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)
report
- the MOJO that is using this analyserMethod Detail |
public java.util.Collection execute() throws org.apache.maven.reporting.MavenReportException
org.apache.maven.reporting.MavenReportException
public void scanFile(java.io.File file)
file
- the file to scan
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |