public class SaxPomHandler extends DefaultHandler
Constructor and Description |
---|
SaxPomHandler() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String qName) |
String |
getCoreVersion()
Returns Core version
|
String |
getJiraKey()
Returns JIRA key
|
String |
getParentPomVersion()
Returns Parent Pom version
|
String |
getScmConnection()
Returns the SCM Connection
|
String |
getScmDeveloperConnection()
Returns the SCM Developer Connection
|
String |
getScmUrl()
Returns the SCM URL
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public String getParentPomVersion()
public String getCoreVersion()
public String getJiraKey()
public String getScmUrl()
public String getScmConnection()
public String getScmDeveloperConnection()
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class DefaultHandler
SAXException
Copyright © 2018 City of Paris. All rights reserved.