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 ISVNEntryHandlerprivate SVNDepthprivate java.io.Fileprivate SVNWCAccess -
Constructor Summary
ConstructorsConstructorDescriptionTCEntryHandler(java.io.File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEntry(java.io.File path, SVNEntry entry) voidhandleError(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:
handleEntryin interfaceISVNEntryHandler- Throws:
SVNException
-
handleError
- Specified by:
handleErrorin interfaceISVNEntryHandler- Throws:
SVNException
-