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 MarkerIndex
Searching index forCheckUid
.static final MarkerIndex
Index byIssueType
.static final MarkerIndex
Legacy index. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
CheckIndexProvider
public CheckIndexProvider()
-
-
Method Details
-
getMarkerIndexes
Description copied from interface:IMarkerIndexProvider
Returns additional marker indexes forIMarkerManagerV2
to use.To create a new index call
MarkerIndex.from(String, Class, Function, Function, Activity...)
with necessary arguments.This method is called by
IMarkerManagerV2
only 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:
getMarkerIndexes
in interfaceIMarkerIndexProvider
- Returns:
- additional marker indexes for
IMarkerManagerV2
to use. Nevernull
.
-