de.smartics.maven.plugin.buildmetadata
Class BuildReportRenderer

Package class diagram package BuildReportRenderer
java.lang.Object
  extended by de.smartics.maven.plugin.buildmetadata.BuildReportRenderer

public final class BuildReportRenderer
     
     
extends Object

Renders the build report.

Author:
Robert Reiner

Constructor Summary
BuildReportRenderer(ResourceBundle messages, org.apache.maven.doxia.sink.Sink sink, File buildMetaDataPropertiesFile, List<Property> properties)
          Default constructor.
 
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
 

Constructor Detail

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.
Method Detail

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.