org.apache.maven.plugin.changes
Class ChangesXML

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

public class ChangesXML
extends Object

XML Parser for changes.xml files.

Version:
$Id: ChangesXML.html 816592 2012-05-08 12:40:21Z hboutemy $

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-2009 The Apache Software Foundation. All Rights Reserved.