org.apache.maven.plugin.changes
Class Release

java.lang.Object
  extended byorg.apache.maven.plugin.changes.Release

public class Release
extends Object

A release in a changes.xml file.

Version:
$Id: Release.html 816584 2012-05-08 12:33:35Z hboutemy $

Field Summary
static String ADD_ACTION
           
static String FIX_ACTION
           
static String REMOVE_ACTION
           
static String UPDATE_ACTION
           
 
Constructor Summary
Release()
           
 
Method Summary
 void addAction(Action act)
           
 List getAction()
           
 List getActions(String actionType)
          Returns the actions for the specified type.
 String getDateRelease()
           
 String getDescription()
           
 String getVersion()
           
 void setAction(List action)
           
 void setDateRelease(String dateRelease)
           
 void setDescription(String description)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_ACTION

public static final String ADD_ACTION
See Also:
Constant Field Values

FIX_ACTION

public static final String FIX_ACTION
See Also:
Constant Field Values

UPDATE_ACTION

public static final String UPDATE_ACTION
See Also:
Constant Field Values

REMOVE_ACTION

public static final String REMOVE_ACTION
See Also:
Constant Field Values
Constructor Detail

Release

public Release()
Method Detail

setAction

public void setAction(List action)

getAction

public List getAction()

addAction

public void addAction(Action act)

setDateRelease

public void setDateRelease(String dateRelease)

getDateRelease

public String getDateRelease()

setDescription

public void setDescription(String description)

getDescription

public String getDescription()

setVersion

public void setVersion(String version)

getVersion

public String getVersion()

getActions

public List getActions(String actionType)
Returns the actions for the specified type.

Parameters:
actionType - the action type
Returns:
the actions with the specified type


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