Uses of Class
org.eclipse.lemminx.client.PathFeature
-
Packages that use PathFeature Package Description org.eclipse.lemminx.client -
-
Uses of PathFeature in org.eclipse.lemminx.client
Methods in org.eclipse.lemminx.client that return PathFeature Modifier and Type Method Description static PathFeaturePathFeature. 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.Methods in org.eclipse.lemminx.client with parameters of type PathFeature Modifier and Type Method Description voidInvalidPathWarner. onInvalidFilePath(Set<String> invalidPaths, PathFeature feature)Sends the invalid path warning to the client only if the providedinvalidPathsset does not match thefeature's cache set After sending the warning, thefeature's cache set is replaced with the providedinvalidPathsset
-