Package | Description |
---|---|
org.eclipse.lemminx.client |
Modifier and Type | Class and Description |
---|---|
class |
LimitFeature
Features that are associated with some limit
For example, document symbols have a maximum limit for performance reasons
|
class |
PathFeature
Features that are associated with filePaths
For example, XML catalog support is associated with XML catalog filePaths
|
Modifier and Type | Field and Description |
---|---|
protected Map<IXMLSettingFeature,Set<String>> |
AbstractXMLNotifier.cache |
Modifier and Type | Method and Description |
---|---|
void |
AbstractXMLNotifier.addToCache(IXMLSettingFeature key,
String value)
Adds
value to the cache set identified by key
If such cache set does not exist, this method will initialize it with
value added |
void |
AbstractXMLNotifier.evictKey(IXMLSettingFeature key)
Evicts the set identified by the provided key, from the cache
|
boolean |
AbstractXMLNotifier.existsInCache(IXMLSettingFeature key,
Set<String> values)
Returns true if
values is equal to the cache set
identified by key and false otherwise |
boolean |
AbstractXMLNotifier.existsInCache(IXMLSettingFeature key,
String value)
Returns true if
value exists in the cache set
identified by key and false otherwise |
void |
AbstractXMLNotifier.setCacheValues(IXMLSettingFeature key,
Set<String> values)
Sets the cache set identified by
key |
Copyright © 2020. All rights reserved.