Package | Description |
---|---|
org.eclipse.lemminx.client |
Modifier and Type | Method and Description |
---|---|
static PathFeature |
PathFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathFeature[] |
PathFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InvalidPathWarner.onInvalidFilePath(Set<String> invalidPaths,
PathFeature feature)
Sends the invalid path warning to the client only if the provided
invalidPaths set does not match the feature 's cache set
After sending the warning, the feature 's cache set is replaced
with the provided invalidPaths set |
Copyright © 2020. All rights reserved.