public class XMLGeneralClientSettings extends Object
| Constructor and Description |
|---|
XMLGeneralClientSettings() |
| Modifier and Type | Method and Description |
|---|---|
XMLCodeLensSettings |
getCodeLens()
Returns the code lens settings.
|
XMLCompletionSettings |
getCompletion()
Returns the completion settings
|
XMLFoldingSettings |
getFolding()
Returns the folding options
|
XMLFormattingOptions |
getFormat()
Returns the formatting options
|
static XMLGeneralClientSettings |
getGeneralXMLSettings(Object initializationOptionsSettings)
Returns a new instance of
XMLGeneralClientSettings
with contents from initializationOptionsSettings |
LogsSettings |
getLogs() |
XMLPreferences |
getPreferences()
Returns the XML preferences
|
ServerSettings |
getServer()
Returns the server
|
XMLSymbolSettings |
getSymbols() |
XMLTelemetrySettings |
getTelemetry()
Returns the telemetry settings
|
boolean |
isLinkedEditingEnabled() |
void |
setCodeLens(XMLCodeLensSettings codeLens)
Sets the code lens settings.
|
void |
setCompletion(XMLCompletionSettings completion)
Sets the completion settings
|
void |
setFolding(XMLFoldingSettings foldings)
Sets the folding options
|
void |
setFormat(XMLFormattingOptions format)
Sets the formatting options
|
void |
setLinkedEditingEnabled(boolean linkedEditingEnabled) |
void |
setLogs(LogsSettings logs) |
void |
setPreferences(XMLPreferences preferences)
Sets the XML preferences
|
void |
setServer(ServerSettings server)
Sets the server
|
void |
setSymbols(XMLSymbolSettings symbols) |
void |
setTelemetry(XMLTelemetrySettings telemetry)
Sets the telemetry settings
|
public void setLogs(LogsSettings logs)
public LogsSettings getLogs()
public XMLSymbolSettings getSymbols()
public void setSymbols(XMLSymbolSettings symbols)
public XMLCodeLensSettings getCodeLens()
public void setCodeLens(XMLCodeLensSettings codeLens)
codeLens - public void setFormat(XMLFormattingOptions format)
format - public XMLFormattingOptions getFormat()
public void setFolding(XMLFoldingSettings foldings)
foldings - public XMLFoldingSettings getFolding()
public void setCompletion(XMLCompletionSettings completion)
completion - public XMLCompletionSettings getCompletion()
public void setLinkedEditingEnabled(boolean linkedEditingEnabled)
public boolean isLinkedEditingEnabled()
public XMLPreferences getPreferences()
public void setPreferences(XMLPreferences preferences)
preferences - the XML preferencespublic ServerSettings getServer()
public void setServer(ServerSettings server)
server - public XMLTelemetrySettings getTelemetry()
public void setTelemetry(XMLTelemetrySettings telemetry)
telemetry - the telemetry settingspublic static XMLGeneralClientSettings getGeneralXMLSettings(Object initializationOptionsSettings)
XMLGeneralClientSettings
with contents from initializationOptionsSettingsinitializationOptionsSettings - XMLGeneralClientSettings
with contents from initializationOptionsSettingsCopyright © 2023. All rights reserved.