org.codehaus.mojo.taglist
Class ReportGenerator

java.lang.Object
  extended by org.codehaus.mojo.taglist.ReportGenerator

public class ReportGenerator
extends Object

Generates the taglist report using Doxia.

Author:
Fabrice Bellingard

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

ReportGenerator

public ReportGenerator(TagListReport report,
                       Collection tagReports)
Constructor.

Parameters:
report - the TagListReport object used in this build.
tagReports - a collection of tagReports to output.
Method Detail

generateReport

public void generateReport()
Generates the whole report using each tag reports made during the analysis.


setXrefLocation

public void setXrefLocation(String xrefLocation)
Set the source code cross reference location.

Parameters:
xrefLocation - the location of the source code cross reference.

getXrefLocation

public String getXrefLocation()
Get the source code cross reference location.

Returns:
the source code cross reference location.

getTestXrefLocation

public String getTestXrefLocation()
Get the test code cross reference location.

Returns:
the test code cross reference location.

setTestXrefLocation

public void setTestXrefLocation(String testXrefLocation)
Set the test code cross reference location.

Parameters:
testXrefLocation - the location of the test code cross reference.


Copyright © 2005-2014 Codehaus. All Rights Reserved.