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 |
---|
SvnKitPropget.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 SvnKitPropget.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.ISVNPropertyHandler
org.tmatesoft.svn.core.SVNException
public 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.ISVNPropertyHandler
org.tmatesoft.svn.core.SVNException
public 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.ISVNPropertyHandler
org.tmatesoft.svn.core.SVNException