Class SVNChangelistClient16.SVNChangeListWalker
java.lang.Object
org.tmatesoft.svn.core.internal.wc16.SVNChangelistClient16.SVNChangeListWalker
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNChangelistClient16
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNChangeListWalker
(SVNWCAccess wcAccess, String changelistName, Collection changelists) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(File path, SVNEntry entry) void
handleError
(File path, SVNErrorMessage error)
-
Field Details
-
myChangelist
-
myChangelists
-
myWCAccess
-
-
Constructor Details
-
SVNChangeListWalker
-
-
Method Details
-
handleEntry
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-