protected class SvnKitPropget.SvnKitPropertyHandler
extends java.lang.Object
implements org.tmatesoft.svn.core.wc.ISVNPropertyHandler
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
binaryFiles |
| Constructor and Description |
|---|
SvnKitPropertyHandler(SvnKitPropget propgetUtils,
java.util.List binaryFiles) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List |
getBinaryFiles() |
protected SvnKitPropget |
getPropgetUtils() |
void |
handleProperty(java.io.File file,
org.tmatesoft.svn.core.wc.SVNPropertyData data) |
void |
handleProperty(long revision,
org.tmatesoft.svn.core.wc.SVNPropertyData data) |
void |
handleProperty(org.tmatesoft.svn.core.SVNURL url,
org.tmatesoft.svn.core.wc.SVNPropertyData data) |
public SvnKitPropertyHandler(SvnKitPropget propgetUtils, java.util.List binaryFiles)
protected java.util.List getBinaryFiles()
protected SvnKitPropget getPropgetUtils()
public void handleProperty(java.io.File file,
org.tmatesoft.svn.core.wc.SVNPropertyData data)
throws org.tmatesoft.svn.core.SVNException
handleProperty in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandlerorg.tmatesoft.svn.core.SVNExceptionpublic void handleProperty(long revision,
org.tmatesoft.svn.core.wc.SVNPropertyData data)
throws org.tmatesoft.svn.core.SVNException
handleProperty in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandlerorg.tmatesoft.svn.core.SVNExceptionpublic void handleProperty(org.tmatesoft.svn.core.SVNURL url,
org.tmatesoft.svn.core.wc.SVNPropertyData data)
throws org.tmatesoft.svn.core.SVNException
handleProperty in interface org.tmatesoft.svn.core.wc.ISVNPropertyHandlerorg.tmatesoft.svn.core.SVNException