private static class SVNWCAccess.TCEntryHandler extends java.lang.Object implements ISVNEntryHandler
Modifier and Type | Field and Description |
---|---|
private ISVNEntryHandler |
myDelegate |
private SVNDepth |
myDepth |
private java.io.File |
myTargetPath |
private SVNWCAccess |
myWCAccess |
Constructor and Description |
---|
TCEntryHandler(java.io.File target,
SVNWCAccess wcAccess,
ISVNEntryHandler delegate,
SVNDepth depth) |
Modifier and Type | Method and Description |
---|---|
void |
handleEntry(java.io.File path,
SVNEntry entry) |
void |
handleError(java.io.File path,
SVNErrorMessage error) |
private ISVNEntryHandler myDelegate
private SVNDepth myDepth
private java.io.File myTargetPath
private SVNWCAccess myWCAccess
public TCEntryHandler(java.io.File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth)
public void handleEntry(java.io.File path, SVNEntry entry) throws SVNException
handleEntry
in interface ISVNEntryHandler
SVNException
public void handleError(java.io.File path, SVNErrorMessage error) throws SVNException
handleError
in interface ISVNEntryHandler
SVNException