org.apache.maven.plugins.changes.model
Class ChangesDocument

java.lang.Object
  extended byorg.apache.maven.plugins.changes.model.ChangesDocument
All Implemented Interfaces:
java.io.Serializable

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

Record every release with their subsequent changes.

Version:
$Revision: 816588 $ $Date: 2012-05-08 12:37:27 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
ChangesDocument()
           
 
Method Summary
 Body getBody()
          Get Contains the releases of this project with the actions taken for each of the releases.
 java.lang.String getModelEncoding()
           
 Properties getProperties()
          Get Contains the properties of this document.
 void setBody(Body body)
          Set Contains the releases of this project with the actions taken for each of the releases.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setProperties(Properties properties)
          Set Contains the properties of this document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangesDocument

public ChangesDocument()
Method Detail

getBody

public Body getBody()
Get Contains the releases of this project with the actions taken for each of the releases.

Returns:
Body

getProperties

public Properties getProperties()
Get Contains the properties of this document.

Returns:
Properties

setBody

public void setBody(Body body)
Set Contains the releases of this project with the actions taken for each of the releases.

Parameters:
body -

setProperties

public void setProperties(Properties properties)
Set Contains the properties of this document.

Parameters:
properties -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.