|
|||||||||||
| 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()
Method 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 java.lang.String getModelEncoding()
public Properties getProperties()
public void setBody(Body body)
body - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - public void setProperties(Properties properties)
properties -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||