public class CategorySummaryDocumentRenderer extends Object implements DocumentRenderer
Constructor and Description |
---|
CategorySummaryDocumentRenderer(RenderingContext renderingContext,
String title,
String desc1,
String desc2,
org.codehaus.plexus.i18n.I18N i18n,
List<MavenReport> categoryReports) |
CategorySummaryDocumentRenderer(RenderingContext renderingContext,
String title,
String desc1,
String desc2,
org.codehaus.plexus.i18n.I18N i18n,
List<MavenReport> categoryReports,
Log log) |
Modifier and Type | Method and Description |
---|---|
String |
getOutputName() |
RenderingContext |
getRenderingContext() |
boolean |
isExternalReport() |
boolean |
isOverwrite() |
void |
renderDocument(Writer writer,
Renderer renderer,
SiteRenderingContext siteRenderingContext) |
public CategorySummaryDocumentRenderer(RenderingContext renderingContext, String title, String desc1, String desc2, org.codehaus.plexus.i18n.I18N i18n, List<MavenReport> categoryReports)
public CategorySummaryDocumentRenderer(RenderingContext renderingContext, String title, String desc1, String desc2, org.codehaus.plexus.i18n.I18N i18n, List<MavenReport> categoryReports, Log log)
public void renderDocument(Writer writer, Renderer renderer, SiteRenderingContext siteRenderingContext) throws RendererException, FileNotFoundException
renderDocument
in interface DocumentRenderer
RendererException
FileNotFoundException
public String getOutputName()
getOutputName
in interface DocumentRenderer
public RenderingContext getRenderingContext()
getRenderingContext
in interface DocumentRenderer
public boolean isOverwrite()
isOverwrite
in interface DocumentRenderer
public boolean isExternalReport()
isExternalReport
in interface DocumentRenderer
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.