Interface ISVNEntryHandler
-
- All Known Implementing Classes:
SVNChangelistClient16.SVNChangeListWalker
,SVNMergeDriver.MergeInfoFetcher
,SVNMergeDriver.SubTreeMergeInfoHandler
,SVNWCAccess.TCEntryHandler
,SVNWCClient16.PropFetchHandler
,SVNWCClient16.PropSetHandler
,SVNWCClient16.PropSetHandlerExt
public interface ISVNEntryHandler
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEntry(java.io.File path, SVNEntry entry)
void
handleError(java.io.File path, SVNErrorMessage error)
-
-
-
Method Detail
-
handleEntry
void handleEntry(java.io.File path, SVNEntry entry) throws SVNException
- Throws:
SVNException
-
handleError
void handleError(java.io.File path, SVNErrorMessage error) throws SVNException
- Throws:
SVNException
-
-