Class DiffCorrection.ConcatenateSingleSide
- java.lang.Object
-
- com.intellij.openapi.diff.impl.processing.DiffCorrection.ConcatenateSingleSide
-
- All Implemented Interfaces:
DiffCorrection
,DiffCorrection.FragmentProcessor<DiffCorrection.FragmentBuffer>
- Enclosing interface:
- DiffCorrection
public static class DiffCorrection.ConcatenateSingleSide extends Object implements DiffCorrection, DiffCorrection.FragmentProcessor<DiffCorrection.FragmentBuffer>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.intellij.openapi.diff.impl.processing.DiffCorrection
DiffCorrection.BaseFragmentRunner<ActualRunner extends DiffCorrection.BaseFragmentRunner>, DiffCorrection.ChangedSpace, DiffCorrection.ConcatenateSingleSide, DiffCorrection.ConnectSingleSideToChange, DiffCorrection.FragmentBuffer, DiffCorrection.FragmentProcessor<Collector>, DiffCorrection.FragmentsCollector, DiffCorrection.Normalize, DiffCorrection.TrueLineBlocks, DiffCorrection.UnitEquals
-
-
Field Summary
Fields Modifier and Type Field Description static DiffCorrection
INSTANCE
-
Constructor Summary
Constructors Constructor Description ConcatenateSingleSide()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffFragment[]
correct(DiffFragment[] fragments)
void
process(DiffFragment fragment, DiffCorrection.FragmentBuffer buffer)
-
-
-
Field Detail
-
INSTANCE
public static final DiffCorrection INSTANCE
-
-
Method Detail
-
correct
public DiffFragment[] correct(DiffFragment[] fragments)
- Specified by:
correct
in interfaceDiffCorrection
-
process
public void process(DiffFragment fragment, DiffCorrection.FragmentBuffer buffer)
- Specified by:
process
in interfaceDiffCorrection.FragmentProcessor<DiffCorrection.FragmentBuffer>
-
-