Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnDiffHunk
Packages that use SvnDiffHunk
-
Uses of SvnDiffHunk in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnDiffHunkFields in org.tmatesoft.svn.core.internal.wc2.patch with type parameters of type SvnDiffHunkModifier and TypeFieldDescriptionprivate java.util.List<SvnDiffHunk>
SvnPatch.hunks
private java.util.List<SvnDiffHunk>
SvnPropertiesPatch.hunks
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnDiffHunkModifier and TypeMethodDescriptionSvnHunkInfo.getHunk()
SvnPatch.parseNextHunk
(boolean[] isProperty, java.lang.String[] propName, SvnDiffCallback.OperationKind[] propOperation, SVNPatchFileStream patchStream, boolean ignoreWhitespace) Methods in org.tmatesoft.svn.core.internal.wc2.patch that return types with arguments of type SvnDiffHunkModifier and TypeMethodDescriptionjava.util.List<SvnDiffHunk>
SvnPatch.getHunks()
java.util.List<SvnDiffHunk>
SvnPropertiesPatch.getHunks()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnDiffHunkModifier and TypeMethodDescriptionvoid
SvnPropertiesPatch.addHunk
(SvnDiffHunk hunk) private void
SvnPatch.addPropertyHunk
(java.lang.String propName, SvnDiffHunk hunk, SvnDiffCallback.OperationKind operation) int
SvnDiffHunk.compareTo
(SvnDiffHunk diffHunk) private SvnHunkInfo
SvnPatchTarget.getHunkInfo
(SvnDiffHunk hunk, SvnTargetContent targetContent, int fuzz, boolean ignoreWhitespace, boolean isPropHunk) protected boolean
SvnTargetContent.matchExistingTarget
(SvnDiffHunk hunk) private boolean
SvnTargetContent.matchHunk
(SvnDiffHunk hunk, int fuzz, boolean ignoreWhitespace, boolean matchModified) private boolean
SvnPatch.parseHunkHeader
(java.lang.String header, SvnDiffHunk hunk, java.lang.String atat) private boolean
SvnPatch.parseMergeInfo
(java.lang.String line, SvnDiffHunk hunk) private static void
SvnPatchTarget.rejectHunk
(SvnPatchTarget target, SvnDiffHunk hunk, java.lang.String propName) protected int
SvnTargetContent.scanForMatch
(SvnDiffHunk hunk, boolean matchFirst, int upperLine, int fuzz, boolean ignoreWhitespace, boolean matchModified, ISVNCanceller canceller) void
SvnHunkInfo.setHunk
(SvnDiffHunk hunk) Constructors in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnDiffHunkModifierConstructorDescriptionSvnHunkInfo
(SvnDiffHunk hunk, int matchedLine, boolean rejected, boolean alreadyApplied, int fuzz) Constructor parameters in org.tmatesoft.svn.core.internal.wc2.patch with type arguments of type SvnDiffHunkModifierConstructorDescriptionSvnPropertiesPatch
(java.lang.String name, java.util.List<SvnDiffHunk> hunks, SvnDiffCallback.OperationKind operation)