Package org.eclipse.lemminx.settings
Class XMLWorkspaceSettings
java.lang.Object
org.eclipse.lemminx.settings.XMLWorkspaceSettings
A wrapper around LSP
WorkspaceClientCapabilities.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the client can support the given resource operation kind and false otherwise.voidsetCapabilities(org.eclipse.lsp4j.WorkspaceClientCapabilities workspace)
-
Constructor Details
-
XMLWorkspaceSettings
public XMLWorkspaceSettings()
-
-
Method Details
-
setCapabilities
public void setCapabilities(org.eclipse.lsp4j.WorkspaceClientCapabilities workspace) -
isResourceOperationSupported
Returns true if the client can support the given resource operation kind and false otherwise.- Parameters:
kind- the resource operation kind.- Returns:
- true if the client can support the given resource operation kind and false otherwise.
-