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

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

public class ChangesDocument
extends Object
implements Serializable

Record every release with their subsequent changes.

Version:
$Revision: 816603 $ $Date: 2012-05-08 12:53:30 +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.
 String getModelEncoding()
          Method 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(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

getModelEncoding

public String getModelEncoding()
Method getModelEncoding.

Returns:
the current encoding used when reading/writing this model

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 -

setModelEncoding

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

Parameters:
modelEncoding -

setProperties

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

Parameters:
properties -


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