Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatch
Packages that use SvnPatch
-
Uses of SvnPatch in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnPatchMethods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPatchModifier and TypeMethodDescriptionstatic SvnPatchSvnPatch.parseNextPatch(SvnPatchFile patchFile, boolean reverse, boolean ignoreWhitespace) Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPatchModifier and TypeMethodDescriptionstatic SvnPatchTargetSvnPatchTarget.applyPatch(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, SVNWCContext context, boolean ignoreWhitespace, boolean removeTempFiles) private static java.io.FileSvnPatchTarget.chooseTargetFilename(SvnPatch patch) private static SvnPatchTargetSvnPatchTarget.initPatchTarget(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, boolean removeTempFiles, SVNWCContext context) void