Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatch
-
Packages that use SvnPatch Package Description org.tmatesoft.svn.core.internal.wc2.patch -
-
Uses of SvnPatch in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnPatch Modifier and Type Field Description private SvnPatchSvnDiffHunk. patchMethods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPatch Modifier and Type Method Description static SvnPatchSvnPatch. parseNextPatch(SvnPatchFile patchFile, boolean reverse, boolean ignoreWhitespace)Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPatch Modifier and Type Method Description static 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)SvnPatch.ParserStateSvnPatch.IParserFunction. parse(java.lang.String line, SvnPatch patch)voidSvnDiffHunk. setPatch(SvnPatch patch)
-