|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.ReportGenerator
public class ReportGenerator
Generates the taglist report using Doxia.
Constructor Summary | |
---|---|
ReportGenerator(TagListReport report,
Collection tagReports)
Constructor. |
Method Summary | |
---|---|
void |
generateReport()
Generates the whole report using each tag reports made during the analysis. |
String |
getTestXrefLocation()
Get the test code cross reference location. |
String |
getXrefLocation()
Get the source code cross reference location. |
void |
setTestXrefLocation(String testXrefLocation)
Set the test code cross reference location. |
void |
setXrefLocation(String xrefLocation)
Set the source code cross reference location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportGenerator(TagListReport report, Collection tagReports)
report
- the TagListReport object used in this build.tagReports
- a collection of tagReports to output.Method Detail |
---|
public void generateReport()
public void setXrefLocation(String xrefLocation)
xrefLocation
- the location of the source code cross reference.public String getXrefLocation()
public String getTestXrefLocation()
public void setTestXrefLocation(String testXrefLocation)
testXrefLocation
- the location of the test code cross reference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |