Uses of Interface
org.eclipse.lemminx.client.IXMLSettingFeature
-
Packages that use IXMLSettingFeature Package Description org.eclipse.lemminx.client -
-
Uses of IXMLSettingFeature in org.eclipse.lemminx.client
Classes in org.eclipse.lemminx.client that implement IXMLSettingFeature Modifier and Type Class Description classLimitFeatureFeatures that are associated with some limit For example, document symbols have a maximum limit for performance reasonsclassPathFeatureFeatures that are associated with filePaths For example, XML catalog support is associated with XML catalog filePathsFields in org.eclipse.lemminx.client with type parameters of type IXMLSettingFeature Modifier and Type Field Description protected Map<IXMLSettingFeature,Set<String>>AbstractXMLNotifier. cacheMethods in org.eclipse.lemminx.client with parameters of type IXMLSettingFeature Modifier and Type Method Description voidAbstractXMLNotifier. addToCache(IXMLSettingFeature key, String value)Addsvalueto the cache set identified bykeyIf such cache set does not exist, this method will initialize it withvalueaddedvoidAbstractXMLNotifier. evictKey(IXMLSettingFeature key)Evicts the set identified by the provided key, from the cachebooleanAbstractXMLNotifier. existsInCache(IXMLSettingFeature key, String value)Returns true ifvalueexists in the cache set identified bykeyand false otherwisebooleanAbstractXMLNotifier. existsInCache(IXMLSettingFeature key, Set<String> values)Returns true ifvaluesis equal to the cache set identified bykeyand false otherwisevoidAbstractXMLNotifier. setCacheValues(IXMLSettingFeature key, Set<String> values)Sets the cache set identified bykey
-