Package org.tmatesoft.svn.core.wc.admin
Interface ISVNChangeEntryHandler
- All Known Implementing Classes:
SVNLookChangedCommand
,SvnRepositoryGetChangedImpl
public interface ISVNChangeEntryHandler
The ISVNChangeEntryHandler is the interface for handling changed paths
in SVNLookClient's
doGetChanged()
methods.- Since:
- 1.2
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(SVNChangeEntry entry) Handles information on a changed path.
-
Method Details
-
handleEntry
Handles information on a changed path.- Parameters:
entry
- an object containing details of a path change- Throws:
SVNException
-