Package org.eclipse.lemminx.settings
Class XMLWorkspaceSettings
- java.lang.Object
-
- org.eclipse.lemminx.settings.XMLWorkspaceSettings
-
public class XMLWorkspaceSettings extends Object
A wrapper around LSPWorkspaceClientCapabilities.
-
-
Constructor Summary
Constructors Constructor Description XMLWorkspaceSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisResourceOperationSupported(String kind)Returns true if the client can support the given resource operation kind and false otherwise.voidsetCapabilities(org.eclipse.lsp4j.WorkspaceClientCapabilities workspace)
-
-
-
Method Detail
-
setCapabilities
public void setCapabilities(org.eclipse.lsp4j.WorkspaceClientCapabilities workspace)
-
isResourceOperationSupported
public boolean isResourceOperationSupported(String kind)
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.
-
-