Class CheckIndexProvider
java.lang.Object
com.e1c.g5.v8.dt.internal.check.indexing.CheckIndexProvider
- All Implemented Interfaces:
IMarkerIndexProvider
Provides check-related indexes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MarkerIndexSearching index forCheckUid.static final MarkerIndexIndex byIssueType.static final MarkerIndexLegacy index. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
CheckIndexProvider
public CheckIndexProvider()
-
-
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.
-