|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugins.changes.model.ChangesDocument
public class 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. |
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(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 String getModelEncoding()
public Properties getProperties()
public void setBody(Body body)
body
- public void setModelEncoding(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 |