Class ChangesDocument

java.lang.Object
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$ $Date$
See Also:
  • Constructor Details

    • ChangesDocument

      public ChangesDocument()
  • Method Details

    • 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()
      Get the modelEncoding field.
      Returns:
      String
    • 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 - a body object.
    • setModelEncoding

      public void setModelEncoding(String modelEncoding)
      Set the modelEncoding field.
      Parameters:
      modelEncoding - a modelEncoding object.
    • setProperties

      public void setProperties(Properties properties)
      Set contains the properties of this document.
      Parameters:
      properties - a properties object.