Interface IMergeViewerItemProviderConfiguration
-
- All Known Implementing Classes:
MergeViewerItemProviderConfiguration
public interface IMergeViewerItemProviderConfiguration
The configuration used byIMergeViewerItemContentProvider
s.- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdapterFactory
getAdapterFactory()
Get theAdapterFactory
.Comparison
getComparison()
Get theComparison
.com.google.common.base.Predicate<? super EObject>
getDifferenceFilterPredicate()
Get the difference filterPredicate
.IDifferenceGroupProvider
getDifferenceGroupProvider()
Get theIDifferenceGroupProvider
.IMergeViewer.MergeViewerSide
getSide()
Get theIMergeViewer.MergeViewerSide
.
-
-
-
Method Detail
-
getAdapterFactory
AdapterFactory getAdapterFactory()
Get theAdapterFactory
.- Returns:
- the
AdapterFactory
,
-
getDifferenceGroupProvider
IDifferenceGroupProvider getDifferenceGroupProvider()
Get theIDifferenceGroupProvider
.- Returns:
- the
IDifferenceGroupProvider
.
-
getDifferenceFilterPredicate
com.google.common.base.Predicate<? super EObject> getDifferenceFilterPredicate()
Get the difference filterPredicate
.- Returns:
- the difference filter
Predicate
.
-
getComparison
Comparison getComparison()
Get theComparison
.- Returns:
- the
Comparison
.
-
getSide
IMergeViewer.MergeViewerSide getSide()
Get theIMergeViewer.MergeViewerSide
.- Returns:
- the
IMergeViewer.MergeViewerSide
.
-
-