|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.buildinfo.model.BuildInfo
public class BuildInfo
Captures all environment information for a build execution.
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 |
---|
public BuildInfo()
Method Detail |
---|
public void addSystemProperty(java.lang.String key, java.lang.String value)
key
- value
- public java.util.Properties getSystemProperties()
public void setSystemProperties(java.util.Properties systemProperties)
systemProperties
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |