org.apache.maven.plugins.site
Class ReportDocumentRenderer
java.lang.Object
org.apache.maven.plugins.site.ReportDocumentRenderer
- All Implemented Interfaces:
- DocumentRenderer
public class ReportDocumentRenderer
- extends Object
- implements DocumentRenderer
Renders a Maven report in a doxia site.
- Author:
- Brett Porter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportDocumentRenderer
public ReportDocumentRenderer(MavenReportExecution mavenReportExecution,
RenderingContext renderingContext,
Log log)
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
isExternalReport
public boolean isExternalReport()
- Returns:
- true if the current report is external, false otherwise
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.