public class ChangesXML extends Object
Constructor and Description |
---|
ChangesXML(File xmlPath,
org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
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) |
public ChangesXML(File xmlPath, org.apache.maven.plugin.logging.Log log)
public void setAuthor(String author)
public String getAuthor()
public void setReleaseList(List releaseList)
public List getReleaseList()
public void setTitle(String title)
public String getTitle()
public ChangesDocument getChangesDocument()
public String getAuthorEmail()
public void setAuthorEmail(String authorEmail)
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.