org.apache.maven.plugins.site
Class CategorySummaryDocumentRenderer

java.lang.Object
  extended by org.apache.maven.plugins.site.CategorySummaryDocumentRenderer
All Implemented Interfaces:
DocumentRenderer

public class CategorySummaryDocumentRenderer
extends Object
implements DocumentRenderer

Renders a Maven report.

Author:
Brett Porter

Constructor Summary
CategorySummaryDocumentRenderer(RenderingContext renderingContext, String title, String desc1, String desc2, I18N i18n, List<MavenReport> categoryReports)
           
CategorySummaryDocumentRenderer(RenderingContext renderingContext, String title, String desc1, String desc2, I18N i18n, List<MavenReport> categoryReports, Log log)
           
 
Method Summary
 String getOutputName()
           
 RenderingContext getRenderingContext()
           
 boolean isOverwrite()
           
 void renderDocument(Writer writer, Renderer renderer, SiteRenderingContext siteRenderingContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategorySummaryDocumentRenderer

public CategorySummaryDocumentRenderer(RenderingContext renderingContext,
                                       String title,
                                       String desc1,
                                       String desc2,
                                       I18N i18n,
                                       List<MavenReport> categoryReports)

CategorySummaryDocumentRenderer

public CategorySummaryDocumentRenderer(RenderingContext renderingContext,
                                       String title,
                                       String desc1,
                                       String desc2,
                                       I18N i18n,
                                       List<MavenReport> categoryReports,
                                       Log log)
Method Detail

renderDocument

public void renderDocument(Writer writer,
                           Renderer renderer,
                           SiteRenderingContext siteRenderingContext)
                    throws RendererException,
                           FileNotFoundException
Specified by:
renderDocument in interface DocumentRenderer
Throws:
RendererException
FileNotFoundException

getOutputName

public String getOutputName()
Specified by:
getOutputName in interface DocumentRenderer

getRenderingContext

public RenderingContext getRenderingContext()
Specified by:
getRenderingContext in interface DocumentRenderer

isOverwrite

public boolean isOverwrite()
Specified by:
isOverwrite in interface DocumentRenderer


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.