Uses of Enum Class
org.eclipse.lemminx.client.LimitFeature
Packages that use LimitFeature
-
Uses of LimitFeature in org.eclipse.lemminx.client
Methods in org.eclipse.lemminx.client that return LimitFeatureModifier and TypeMethodDescriptionstatic LimitFeatureReturns the enum constant of this class with the specified name.static LimitFeature[]LimitFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.client with parameters of type LimitFeatureModifier and TypeMethodDescriptionvoidLimitExceededWarner.onResultLimitExceeded(String uri, int resultLimit, LimitFeature feature) Sends the limit exceeded warning to the client only if the provided uri does not exist in the cache After sending the warning, the uri is added to the cachevoidLimitExceededWarner.onResultLimitExceeded(String uri, LimitFeature feature) Sends the limit exceeded warning to the client only if the provided uri does not exist in thefeature's cache set After sending the warning, the uri is added to thefeature's cache set