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 Link icon

    • ChangesDocument Link icon

      public ChangesDocument()
  • Method Details Link icon

    • getBody Link icon

      public Body getBody()
      Get contains the releases of this project with the actions taken for each of the releases.
      Returns:
      Body
    • getModelEncoding Link icon

      public String getModelEncoding()
      Get the modelEncoding field.
      Returns:
      String
    • getProperties Link icon

      public Properties getProperties()
      Get contains the properties of this document.
      Returns:
      Properties
    • setBody Link icon

      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 Link icon

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

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