Interface PatchCallback
public interface PatchCallback
This interface is invoked before each patch in a
ISVNClient.patch(java.lang.String, java.lang.String, boolean, int, boolean, boolean, boolean, org.apache.subversion.javahl.callback.PatchCallback)
call.-
Method Summary
Modifier and TypeMethodDescriptionboolean
singlePatch
(java.lang.String pathFromPatchfile, java.lang.String patchPath, java.lang.String rejectPath) the method will be called for every patch.
-
Method Details
-
singlePatch
boolean singlePatch(java.lang.String pathFromPatchfile, java.lang.String patchPath, java.lang.String rejectPath) the method will be called for every patch.- Parameters:
pathFromPatchfile
- the path in the path filepatchPath
- the path of the patchrejectPath
- the path of the reject file- Returns:
- return TRUE to filter out the prospective patch
-