Class SVNWCAccess.TCEntryHandler
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.TCEntryHandler
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNWCAccess
private static class SVNWCAccess.TCEntryHandler
extends java.lang.Object
implements ISVNEntryHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ISVNEntryHandler
private SVNDepth
private java.io.File
private SVNWCAccess
-
Constructor Summary
ConstructorsConstructorDescriptionTCEntryHandler
(java.io.File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(java.io.File path, SVNEntry entry) void
handleError
(java.io.File path, SVNErrorMessage error) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myDelegate
-
myDepth
-
myTargetPath
private java.io.File myTargetPath -
myWCAccess
-
-
Constructor Details
-
TCEntryHandler
public TCEntryHandler(java.io.File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth)
-
-
Method Details
-
handleEntry
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-