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 TypeMethodDescriptionvoid
ISVNClient.patch
(String patchPath, String targetPath, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempfiles, PatchCallback callback) Apply a unidiff patch.void
SVNClient.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 TypeMethodDescriptionvoid
SVNClientImpl.patch
(String patchPath, String targetPath, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempfiles, PatchCallback callback)