org.apache.maven.plugin.changes
Class ChangesXML

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.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)
           
 
Method Summary
 void characters(char[] buf, int offset, int len)
           
 void endElement(String namespaceURI, String sName, String qName)
           
 String getAuthor()
           
 String getAuthorEmail()
           
 List getReleaseList()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setAuthorEmail(String authorEmail)
           
 void setReleaseList(List releaseList)
           
 void setTitle(String title)
           
 void startElement(String namespaceURI, String sName, String qName, Attributes attrs)
           
 
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
 

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()

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.