org.codehaus.mojo.buildinfo.model
Class BuildInfo

java.lang.Object
  extended by org.codehaus.mojo.buildinfo.model.BuildInfo
All Implemented Interfaces:
Serializable

public class BuildInfo
extends Object
implements Serializable

Captures all environment information for a build execution.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
BuildInfo()
           
 
Method Summary
 void addSystemProperty(String key, String value)
          Method addSystemProperty
 String getModelEncoding()
           
 Properties getSystemProperties()
          Method getSystemProperties
 void setModelEncoding(String modelEncoding)
           
 void setSystemProperties(Properties systemProperties)
          Set The list of system properties that were captured for the build execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildInfo

public BuildInfo()
Method Detail

addSystemProperty

public void addSystemProperty(String key,
                              String value)
Method addSystemProperty

Parameters:
key -
value -

getSystemProperties

public Properties getSystemProperties()
Method getSystemProperties


setSystemProperties

public void setSystemProperties(Properties systemProperties)
Set The list of system properties that were captured for the build execution.

Parameters:
systemProperties -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2011 Codehaus. All Rights Reserved.