de.smartics.maven.plugin.buildmetadata
Class BuildReportRenderer
java.lang.Object
de.smartics.maven.plugin.buildmetadata.BuildReportRenderer
-
public final class BuildReportRenderer
-
extends
Object
Renders the build report.
-
Author:
-
Robert Reiner
Method Summary |
void |
renderReport() Renders the report to the instance's sink. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildReportRenderer
public BuildReportRenderer(ResourceBundle messages,
org.apache.maven.doxia.sink.Sink sink,
File buildMetaDataPropertiesFile,
List<Property> properties)
-
Default constructor.
-
Parameters:
-
messages
- the resource bundle to access localized messages.
-
sink
- the sink to write to.
-
buildMetaDataPropertiesFile
- the properties file to read the build information from.
-
properties
- the list of a system properties or environment variables to be selected by the user to include into the build meta data properties.
renderReport
public void renderReport()
throws MavenReportException
-
Renders the report to the instance's sink.
-
-
Throws:
-
MavenReportException
- if the report cannot be rendered.
Copyright © 2006-2012
Kronseder & Reiner GmbH - smartics. All Rights Reserved.