Uses of Interface
org.apache.subversion.javahl.callback.PatchCallback
Packages that use PatchCallback
-
Uses of PatchCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type PatchCallbackModifier and TypeMethodDescriptionvoidISVNClient.patch(String patchPath, String targetPath, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempfiles, PatchCallback callback) Apply a unidiff patch.voidSVNClient.patch(String patchPath, String targetPath, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempfiles, PatchCallback callback) -
Uses of PatchCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type PatchCallbackModifier and TypeMethodDescriptionvoidSVNClientImpl.patch(String patchPath, String targetPath, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempfiles, PatchCallback callback)