org.apache.maven.plugin.changes
Class ChangesXML

java.lang.Object
  extended by org.apache.maven.plugin.changes.ChangesXML

public class ChangesXML
extends Object

A facade for a changes.xml file.

Version:
$Id: ChangesXML.java 1056199 2011-01-07 06:33:11Z dennisl $

Constructor Summary
ChangesXML(File xmlPath, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 String getAuthor()
           
 String getAuthorEmail()
           
 ChangesDocument getChangesDocument()
           
 List getReleaseList()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setAuthorEmail(String authorEmail)
           
 void setReleaseList(List releaseList)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangesXML

public ChangesXML(File xmlPath,
                  org.apache.maven.plugin.logging.Log log)
Method Detail

setAuthor

public void setAuthor(String author)

getAuthor

public String getAuthor()

setReleaseList

public void setReleaseList(List releaseList)

getReleaseList

public List getReleaseList()

setTitle

public void setTitle(String title)

getTitle

public String getTitle()

getChangesDocument

public ChangesDocument getChangesDocument()

getAuthorEmail

public String getAuthorEmail()

setAuthorEmail

public void setAuthorEmail(String authorEmail)


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