Class SVNWCAccess.TCEntryHandler
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.TCEntryHandler
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNWCAccess
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ISVNEntryHandler
private SVNDepth
private File
private SVNWCAccess
-
Constructor Summary
ConstructorsConstructorDescriptionTCEntryHandler
(File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(File path, SVNEntry entry) void
handleError
(File path, SVNErrorMessage error)
-
Field Details
-
myDelegate
-
myDepth
-
myTargetPath
-
myWCAccess
-
-
Constructor Details
-
TCEntryHandler
-
-
Method Details
-
handleEntry
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-