public class ReportGenerator extends Object
Constructor and Description |
---|
ReportGenerator(TagListReport report,
Collection tagReports)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ReportGenerator(TagListReport report, Collection tagReports)
report
- the TagListReport object used in this build.tagReports
- a collection of tagReports to output.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.Copyright © 2005-2012 Codehaus. All Rights Reserved.