org.apache.maven.changes
Class Release

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

public final class Release
extends java.lang.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(java.lang.String version, java.lang.String date, java.lang.String description, Action[] actions)
           
 
Method Summary
 Action[] getActions()
          Returns the actions associated with the release.
 java.lang.String getDescription()
          Returns the release description.
 java.lang.String getReleaseDate()
          Returns the release date.
 java.lang.String getVersion()
          Returns the version of the release.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Release

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

getVersion

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

Returns:
the release version

getReleaseDate

public java.lang.String getReleaseDate()
Returns the release date.

Returns:
the date of the release

getDescription

public java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.