Uses of Class
org.eclipse.lemminx.client.LimitFeature
-
Packages that use LimitFeature Package Description org.eclipse.lemminx.client -
-
Uses of LimitFeature in org.eclipse.lemminx.client
Methods in org.eclipse.lemminx.client that return LimitFeature Modifier and Type Method Description static LimitFeatureLimitFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static LimitFeature[]LimitFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.client with parameters of type LimitFeature Modifier and Type Method Description voidLimitExceededWarner. 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
-