public class DirAwareSVNXMLLogHandler
extends org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandler
implements org.tmatesoft.svn.core.ISVNLogEntryHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
KIND_ATTR |
static String |
REL_PATH_ATTR |
| Constructor and Description |
|---|
DirAwareSVNXMLLogHandler(ContentHandler contentHandler) |
DirAwareSVNXMLLogHandler(ContentHandler contentHandler,
org.tmatesoft.svn.util.ISVNDebugLog log) |
DirAwareSVNXMLLogHandler(ContentHandler contentHandler,
SVNLogFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry)
Handles a next log entry producing corresponding xml.
|
protected void |
sendToHandler(org.tmatesoft.svn.core.SVNLogEntry logEntry) |
void |
setOmitLogMessage(boolean omitLogMessage)
Sets whether log messages must be omitted or not.
|
public static final String KIND_ATTR
public static final String REL_PATH_ATTR
public DirAwareSVNXMLLogHandler(ContentHandler contentHandler, SVNLogFilter filter)
public DirAwareSVNXMLLogHandler(ContentHandler contentHandler, org.tmatesoft.svn.util.ISVNDebugLog log)
public DirAwareSVNXMLLogHandler(ContentHandler contentHandler)
public void setOmitLogMessage(boolean omitLogMessage)
setOmitLogMessage in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandleromitLogMessage - true to omit;
otherwise falsepublic void handleLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry)
throws org.tmatesoft.svn.core.SVNException
handleLogEntry in interface org.tmatesoft.svn.core.ISVNLogEntryHandlerhandleLogEntry in class org.tmatesoft.svn.core.wc.xml.SVNXMLLogHandlerlogEntry - log entryorg.tmatesoft.svn.core.SVNExceptionprotected void sendToHandler(org.tmatesoft.svn.core.SVNLogEntry logEntry)
throws SAXException
SAXExceptionCopyright © 2004–2015. All rights reserved.