Uses of Enum Class
org.eclipse.lemminx.client.PathFeature
Packages that use PathFeature
-
Uses of PathFeature in org.eclipse.lemminx.client
Methods in org.eclipse.lemminx.client that return PathFeatureModifier and TypeMethodDescriptionstatic PathFeatureReturns the enum constant of this class with the specified name.static PathFeature[]PathFeature.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 PathFeatureModifier and TypeMethodDescriptionvoidInvalidPathWarner.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