Package org.tmatesoft.svn.core.wc
Interface ISVNDiffStatusHandler
- All Known Implementing Classes:
SVNDiffCommand
public interface ISVNDiffStatusHandler
The ISVNDiffStatusHandler is used to handle diff status operations supported by
the SVNDiffClient.
- Since:
- 1.2
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleDiffStatus
(SVNDiffStatus diffStatus) Receives a diff status object to handle.
-
Method Details
-
handleDiffStatus
Receives a diff status object to handle.- Parameters:
diffStatus
- a diff status object- Throws:
SVNException
-