public class XMLCodeLensSettings extends Object
| Constructor and Description |
|---|
XMLCodeLensSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled()
Returns true if codelens service is enabled and false otherwise.
|
boolean |
isSupportedByClient(String kind)
Returns true if the given code lens kind is supported by the client and false
otherwise.
|
void |
merge(XMLCodeLensSettings newSettings) |
void |
setCodeLens(ExtendedCodeLensCapabilities codeLens)
Update the codelens client capabilities.
|
void |
setEnabled(boolean enabled)
Set true if codelens service is enabled and false otherwise.
|
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - public boolean isSupportedByClient(String kind)
kind - code lens kindpublic void setCodeLens(ExtendedCodeLensCapabilities codeLens)
codelens - client capabilitiespublic void merge(XMLCodeLensSettings newSettings)
Copyright © 2023. All rights reserved.