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

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

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

A single release of this project.

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

Constructor Summary
Release()
           
 
Method Summary
 void addAction(Action action)
          Method addAction.
 java.util.List getActions()
          Method getActions.
 java.util.List getActions(java.lang.String type)
           
 java.lang.String getDateRelease()
          Get
 java.lang.String getDescription()
          Get A short description of this release.
 java.lang.String getModelEncoding()
           
 java.lang.String getVersion()
          Get The version number associated with this release.
 void removeAction(Action action)
          Method removeAction.
 void setActions(java.util.List actions)
          Set the list of actions taken for this release.
 void setDateRelease(java.lang.String dateRelease)
          Set
 void setDescription(java.lang.String description)
          Set A short description of this release.
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setVersion(java.lang.String version)
          Set The version number associated with this release.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Release

public Release()
Method Detail

addAction

public void addAction(Action action)
Method addAction.

Parameters:
action -

getActions

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

Returns:
java.util.List

getDateRelease

public java.lang.String getDateRelease()
Get

The date of this release.

This field can be any String, such as "in SVN" when the version isn't yet released.

Returns:
String

getDescription

public java.lang.String getDescription()
Get A short description of this release.

Returns:
String

getVersion

public java.lang.String getVersion()
Get The version number associated with this release.

Returns:
String

removeAction

public void removeAction(Action action)
Method removeAction.

Parameters:
action -

setActions

public void setActions(java.util.List actions)
Set the list of actions taken for this release.

Parameters:
actions -

setDateRelease

public void setDateRelease(java.lang.String dateRelease)
Set

The date of this release.

This field can be any String, such as "in SVN" when the version isn't yet released.

Parameters:
dateRelease -

setDescription

public void setDescription(java.lang.String description)
Set A short description of this release.

Parameters:
description -

setVersion

public void setVersion(java.lang.String version)
Set The version number associated with this release.

Parameters:
version -

getActions

public java.util.List getActions(java.lang.String type)

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.