Interface ISVNEntryHandler
-
- All Known Implementing Classes:
SVNMergeDriver.MergeInfoFetcher,SVNMergeDriver.SubTreeMergeInfoHandler
public interface ISVNEntryHandler- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEntry(java.io.File path, SVNEntry entry)voidhandleError(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
-
-