Package org.tmatesoft.svn.core.wc.admin
Interface ISVNChangeEntryHandler
-
public interface ISVNChangeEntryHandlerThe ISVNChangeEntryHandler is the interface for handling changed paths in SVNLookClient'sdoGetChanged()methods.- Since:
- 1.2
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEntry(SVNChangeEntry entry)Handles information on a changed path.
-
-
-
Method Detail
-
handleEntry
void handleEntry(SVNChangeEntry entry) throws SVNException
Handles information on a changed path.- Parameters:
entry- an object containing details of a path change- Throws:
SVNException
-
-