org.apache.maven.changes
Class Release

java.lang.Object
  extended by org.apache.maven.changes.Release

public final class Release
extends Object

Represents a release as defined in the changes.xml file.

Version:
$Id: Release.java 1205 2006-01-04 14:24:23Z snicoll $
Author:
Stephane Nicoll

Constructor Summary
Release(String version, String date, String description, Action[] actions)
           
 
Method Summary
 Action[] getActions()
          Returns the actions associated with the release.
 String getDescription()
          Returns the release description.
 String getReleaseDate()
          Returns the release date.
 String getVersion()
          Returns the version of the release.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Release

public Release(String version,
               String date,
               String description,
               Action[] actions)
Method Detail

getVersion

public String getVersion()
Returns the version of the release.

Returns:
the release version

getReleaseDate

public String getReleaseDate()
Returns the release date.

Returns:
the date of the release

getDescription

public String getDescription()
Returns the release description.

Returns:
the description of the release

getActions

public Action[] getActions()
Returns the actions associated with the release.

Returns:
the actions of the release.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Codehaus. All Rights Reserved.