org.apache.maven.plugins.changes.model
Class Body

java.lang.Object
  extended byorg.apache.maven.plugins.changes.model.Body
All Implemented Interfaces:
java.io.Serializable

public class Body
extends java.lang.Object
implements java.io.Serializable

Class Body.

Version:
$Revision: 816588 $ $Date: 2012-05-08 12:37:27 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
Body()
           
 
Method Summary
 void addRelease(Release release)
          Method addRelease.
 java.lang.String getModelEncoding()
           
 java.util.List getReleases()
          Method getReleases.
 void removeRelease(Release release)
          Method removeRelease.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setReleases(java.util.List releases)
          Set the list of releases for this project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body()
Method Detail

addRelease

public void addRelease(Release release)
Method addRelease.

Parameters:
release -

getReleases

public java.util.List getReleases()
Method getReleases.

Returns:
java.util.List

removeRelease

public void removeRelease(Release release)
Method removeRelease.

Parameters:
release -

setReleases

public void setReleases(java.util.List releases)
Set the list of releases for this project.

Parameters:
releases -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.