Class BranchChangesIndexProvider
java.lang.Object
com.e1c.g5.v8.dt.internal.check.indexing.BranchChangesIndexProvider
- All Implemented Interfaces:
IMarkerIndexProvider
Provides index for special flag to skip markers appeared in baseline git branch, type
Boolean-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
Unique index name- See Also:
-
-
Constructor Details
-
BranchChangesIndexProvider
public BranchChangesIndexProvider()
-
-
Method Details
-
getMarkerIndexes
Description copied from interface:IMarkerIndexProviderReturns additional marker indexes forIMarkerManagerV2to use.To create a new index call
MarkerIndex.from(String, Class, Function, Function, Activity...)with necessary arguments.This method is called by
IMarkerManagerV2only once during itsactivation. Mind that it's very early during the Eclipse startup routine.The returned indexes are used for all markers all the way until
deactivation(essentially, until the application closes).- Specified by:
getMarkerIndexesin interfaceIMarkerIndexProvider- Returns:
- additional marker indexes for
IMarkerManagerV2to use. Nevernull.
-