Interface ISVNConflictResolver
-
public interface ISVNConflictResolver
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISVNConflictResolver.ChoiceFrom JavaHL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVNConflictResultresolve(SVNConflictDescriptor descrip)The callback method invoked for each conflict during a merge/update/switch operation.
-
-
-
Method Detail
-
resolve
SVNConflictResult resolve(SVNConflictDescriptor descrip) throws SVNClientException
The callback method invoked for each conflict during a merge/update/switch operation.- Parameters:
descrip- A description of the conflict.- Returns:
- The result of any conflict resolution.
- Throws:
SubversionException- If an error occurs.SVNClientException
-
-