Package com.google.gerrit.server.patch
Class IntraLineLoader
- java.lang.Object
-
- com.google.gerrit.server.patch.IntraLineLoader
-
- All Implemented Interfaces:
Callable<IntraLineDiff>
public class IntraLineLoader extends Object implements Callable<IntraLineDiff>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntraLineDiff
call()
static IntraLineDiff
compute(Text aText, Text bText, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> immutableEdits, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> immutableEditsDueToRebase)
-
-
-
Method Detail
-
call
public IntraLineDiff call() throws Exception
- Specified by:
call
in interfaceCallable<IntraLineDiff>
- Throws:
Exception
-
compute
public static IntraLineDiff compute(Text aText, Text bText, com.google.common.collect.ImmutableList<org.eclipse.jgit.diff.Edit> immutableEdits, com.google.common.collect.ImmutableSet<org.eclipse.jgit.diff.Edit> immutableEditsDueToRebase)
-
-