public class DAVMergeInfoHandler extends BasicDAVHandler
DAV_NAMESPACES_LIST, SVN_DAV_NAMESPACES_LIST, SVN_NAMESPACES_LIST
Constructor and Description |
---|
DAVMergeInfoHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
endElement(DAVElement parent,
DAVElement element,
StringBuffer cdata) |
static StringBuffer |
generateMergeInfoRequest(StringBuffer xmlBuffer,
long revision,
String[] paths,
SVNMergeInfoInheritance inherit,
boolean includeDescendants) |
Map |
getMergeInfo() |
protected void |
startElement(DAVElement parent,
DAVElement element,
Attributes attrs) |
allocateBuffer, characters, createPropertyValue, createPropertyValueFromBase64, endElement, endPrefixMapping, getNamespaces, init, invalidXML, startElement, startPrefixMapping
endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, unparsedEntityDecl, warning
public static StringBuffer generateMergeInfoRequest(StringBuffer xmlBuffer, long revision, String[] paths, SVNMergeInfoInheritance inherit, boolean includeDescendants)
public Map getMergeInfo()
protected void startElement(DAVElement parent, DAVElement element, Attributes attrs) throws SVNException
startElement
in class BasicDAVHandler
SVNException
protected void endElement(DAVElement parent, DAVElement element, StringBuffer cdata) throws SVNException
endElement
in class BasicDAVHandler
SVNException
Copyright © 2019. All rights reserved.