public class SvnInfo extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
SvnInfo() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
long |
getRevision() |
String |
getSvnRelativeUrl() |
String |
getSvnRoot() |
String |
getSvnUrl() |
boolean |
isValide() |
void |
reset() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
String |
toString() |
endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public void reset()
public boolean isValide()
public String getSvnUrl()
public String getSvnRoot()
public String getSvnRelativeUrl()
public long getRevision()
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class org.xml.sax.helpers.DefaultHandler
SAXException
Copyright © 2010–2017 Neticoa SAS. All rights reserved.