Uses of Interface
org.apache.subversion.javahl.callback.PatchCallback
-
Packages that use PatchCallback Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of PatchCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type PatchCallback Modifier and Type Method Description void
ISVNClient. patch(java.lang.String patchPath, java.lang.String targetPath, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempfiles, PatchCallback callback)
Apply a unidiff patch.void
SVNClient. patch(java.lang.String patchPath, java.lang.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 PatchCallback Modifier and Type Method Description void
SVNClientImpl. patch(java.lang.String patchPath, java.lang.String targetPath, boolean dryRun, int stripCount, boolean reverse, boolean ignoreWhitespace, boolean removeTempfiles, PatchCallback callback)
-