org.codehaus.mojo.buildinfo.model
Class BuildInfo

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

public class BuildInfo
extends java.lang.Object
implements java.io.Serializable

Captures all environment information for a build execution.

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

Constructor Summary
BuildInfo()
           
 
Method Summary
 void addSystemProperty(java.lang.String key, java.lang.String value)
          Method addSystemProperty
 java.lang.String getModelEncoding()
           
 java.util.Properties getSystemProperties()
          Method getSystemProperties
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setSystemProperties(java.util.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(java.lang.String key,
                              java.lang.String value)
Method addSystemProperty

Parameters:
key -
value -

getSystemProperties

public java.util.Properties getSystemProperties()
Method getSystemProperties


setSystemProperties

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

Parameters:
systemProperties -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2010. All Rights Reserved.