public interface IndexPatternProvider
com.intellij.indexPatternProvider
extension point.IndexPatternSearch
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<IndexPatternProvider> |
EP_NAME |
static Topic<java.beans.PropertyChangeListener> |
INDEX_PATTERNS_CHANGED |
static java.lang.String |
PROP_INDEX_PATTERNS
The property the change of which should be reported to the property change listener
when the list of index patterns is changed.
|
Modifier and Type | Method and Description |
---|---|
IndexPattern [] |
getIndexPatterns()
Returns index patterns the occurrences of which should be indexed.
|
static final ExtensionPointName<IndexPatternProvider> EP_NAME
static final Topic<java.beans.PropertyChangeListener> INDEX_PATTERNS_CHANGED
static final java.lang.String PROP_INDEX_PATTERNS
INDEX_PATTERNS_CHANGED
,
Constant Field ValuesIndexPattern [] getIndexPatterns()