|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugins.changes.model.ChangesDocument
Record every release with their subsequent changes.
Constructor Summary | |
ChangesDocument()
|
Method Summary | |
Body |
getBody()
Get Contains the releases of this project with the actions taken for each of the releases. |
java.lang.String |
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(java.lang.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 |
public ChangesDocument()
Method Detail |
public Body getBody()
public Properties getProperties()
public void setBody(Body body)
body
- public void setProperties(Properties properties)
properties
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |