org.codehaus.mojo.taglist
Class ReportGenerator

java.lang.Object
  extended byorg.codehaus.mojo.taglist.ReportGenerator

public class ReportGenerator
extends java.lang.Object

Generates the taglist report using Doxia.

Author:
Fabrice Bellingard

Constructor Summary
ReportGenerator(java.util.Collection tagReports, java.util.ResourceBundle bundle, org.codehaus.doxia.sink.Sink sink)
           
 
Method Summary
 void generateReport()
          Generates the whole report using each tag reports made during the analysis.
 java.lang.String getXrefLocation()
           
 void setXrefLocation(java.lang.String xrefLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportGenerator

public ReportGenerator(java.util.Collection tagReports,
                       java.util.ResourceBundle bundle,
                       org.codehaus.doxia.sink.Sink sink)
Method Detail

generateReport

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


setXrefLocation

public void setXrefLocation(java.lang.String xrefLocation)

getXrefLocation

public java.lang.String getXrefLocation()


Copyright © 2005-2007 null. All Rights Reserved.