Uses of Class
com.intellij.util.BeforeAfter
-
Packages that use BeforeAfter Package Description com.intellij.openapi.diff.impl.patch jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of BeforeAfter in com.intellij.openapi.diff.impl.patch
Method parameters in com.intellij.openapi.diff.impl.patch with type arguments of type BeforeAfter Modifier and Type Method Description static List<FilePatch>
TextPatchBuilder. buildPatch(Collection<BeforeAfter<AirContentRevision>> changes, String basePath, boolean reversePatch, boolean isCaseSensitive, Runnable cancelChecker)
-
Uses of BeforeAfter in jetbrains.buildServer.vcs.patches.diff.apply
Methods in jetbrains.buildServer.vcs.patches.diff.apply that return types with arguments of type BeforeAfter Modifier and Type Method Description List<BeforeAfter<List<String>>>
GenericPatchApplier.SplitHunk. getPatchSteps()
Constructor parameters in jetbrains.buildServer.vcs.patches.diff.apply with type arguments of type BeforeAfter Constructor Description SplitHunk(int startLineBefore, int startLineAfter, List<BeforeAfter<List<String>>> patchSteps, List<String> contextAfter, List<String> contextBefore)
-