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
-
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.void
Set contains the releases of this project with the actions taken for each of the releases.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.void
setProperties
(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.
-