Package | Description |
---|---|
org.eclipse.lemminx.client |
Modifier and Type | Method and Description |
---|---|
static LimitFeature |
LimitFeature.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.
|
Modifier and Type | Method and Description |
---|---|
void |
LimitExceededWarner.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 cache
|
void |
LimitExceededWarner.onResultLimitExceeded(String uri,
LimitFeature feature)
Sends the limit exceeded warning to the client only if the provided
uri does not exist in the
feature 's cache set
After sending the warning, the uri is added to the feature 's cache set |
Copyright © 2021. All rights reserved.