org.apache.maven.plugin.changes
Class ChangesXML
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.maven.plugin.changes.ChangesXML
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- public class ChangesXML
- extends DefaultHandler
XML Parser for changes.xml files.
- Version:
- $Id: ChangesXML.html 816584 2012-05-08 12:33:35Z hboutemy $
Constructor Summary |
ChangesXML(File xmlPath,
org.apache.maven.plugin.logging.Log log)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangesXML
public ChangesXML(File xmlPath,
org.apache.maven.plugin.logging.Log log)
setAuthor
public void setAuthor(String author)
getAuthor
public String getAuthor()
setAuthorEmail
public void setAuthorEmail(String authorEmail)
getAuthorEmail
public String getAuthorEmail()
setReleaseList
public void setReleaseList(List releaseList)
getReleaseList
public List getReleaseList()
setTitle
public void setTitle(String title)
getTitle
public String getTitle()
characters
public void characters(char[] buf,
int offset,
int len)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String namespaceURI,
String sName,
String qName)
throws SAXException
- Throws:
SAXException
startElement
public void startElement(String namespaceURI,
String sName,
String qName,
Attributes attrs)
throws SAXException
- Throws:
SAXException
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.