|
||||||||||
| 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,
java.util.Collection tagReports)
Constructor. |
|
| Method Summary | |
|---|---|
void |
generateReport()
Generates the whole report using each tag reports made during the analysis. |
java.lang.String |
getTestXrefLocation()
Get the test code cross reference location. |
java.lang.String |
getXrefLocation()
Get the source code cross reference location. |
void |
setTestXrefLocation(java.lang.String testXrefLocation)
Set the test code cross reference location. |
void |
setXrefLocation(java.lang.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,
java.util.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(java.lang.String xrefLocation)
xrefLocation - the location of the source code cross reference.public java.lang.String getXrefLocation()
public java.lang.String getTestXrefLocation()
public void setTestXrefLocation(java.lang.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 | |||||||||