public final class BuildReportRenderer extends Object
| Constructor and Description |
|---|
BuildReportRenderer(FilePathNormalizer filePathNormalizer,
ResourceBundle messages,
org.apache.maven.doxia.sink.Sink sink,
File buildMetaDataPropertiesFile,
List<Property> properties)
Default constructor.
|
public BuildReportRenderer(FilePathNormalizer filePathNormalizer, ResourceBundle messages, org.apache.maven.doxia.sink.Sink sink, File buildMetaDataPropertiesFile, List<Property> properties)
filePathNormalizer - the normalizer to be applied to file name value
to remove the base dir prefix.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.Copyright © 2006-2014. All Rights Reserved.