Class ChangesDocument
java.lang.Object
org.apache.maven.plugins.changes.model.ChangesDocument
- All Implemented Interfaces:
Serializable
Record every release with their subsequent changes.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Get contains the releases of this project with the actions taken for each of the releases.Get the modelEncoding field.Get contains the properties of this document.voidSet contains the releases of this project with the actions taken for each of the releases.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetProperties(Properties properties) Set contains the properties of this document.
-
Constructor Details
-
ChangesDocument
public ChangesDocument()
-
-
Method Details
-
getBody
Get contains the releases of this project with the actions taken for each of the releases.- Returns:
- Body
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
getProperties
Get contains the properties of this document.- Returns:
- Properties
-
setBody
Set contains the releases of this project with the actions taken for each of the releases.- Parameters:
body- a body object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setProperties
Set contains the properties of this document.- Parameters:
properties- a properties object.
-