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
Fields Modifier and Type Field Description private ISVNEntryHandler
myDelegate
private SVNDepth
myDepth
private java.io.File
myTargetPath
private SVNWCAccess
myWCAccess
-
Constructor Summary
Constructors Constructor Description TCEntryHandler(java.io.File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEntry(java.io.File path, SVNEntry entry)
void
handleError(java.io.File path, SVNErrorMessage error)
-
-
-
Field Detail
-
myDelegate
private ISVNEntryHandler myDelegate
-
myDepth
private SVNDepth myDepth
-
myTargetPath
private java.io.File myTargetPath
-
myWCAccess
private SVNWCAccess myWCAccess
-
-
Constructor Detail
-
TCEntryHandler
public TCEntryHandler(java.io.File target, SVNWCAccess wcAccess, ISVNEntryHandler delegate, SVNDepth depth)
-
-
Method Detail
-
handleEntry
public void handleEntry(java.io.File path, SVNEntry entry) throws SVNException
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
public void handleError(java.io.File path, SVNErrorMessage error) throws SVNException
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-
-