public class XMLGeneralClientSettings extends Object
Constructor and Description |
---|
XMLGeneralClientSettings() |
Modifier and Type | Method and Description |
---|---|
XMLCodeLensSettings |
getCodeLens()
Returns the code lens settings.
|
XMLCompletionSettings |
getCompletion()
Get completion settings
|
XMLFormattingOptions |
getFormat() |
static XMLGeneralClientSettings |
getGeneralXMLSettings(Object initializationOptionsSettings) |
LogsSettings |
getLogs() |
ServerSettings |
getServer() |
XMLSymbolSettings |
getSymbols() |
void |
setCodeLens(XMLCodeLensSettings codeLens)
Set the code lens settings.
|
void |
setCompletion(XMLCompletionSettings completion)
Set completion settings
|
void |
setFormat(XMLFormattingOptions format) |
void |
setLogs(LogsSettings logs) |
void |
setServer(ServerSettings server) |
void |
setSymbols(XMLSymbolSettings symbols) |
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)
public XMLFormattingOptions getFormat()
public void setCompletion(XMLCompletionSettings completion)
completion
- public XMLCompletionSettings getCompletion()
completion
- public ServerSettings getServer()
public void setServer(ServerSettings server)
server
- the server to setpublic static XMLGeneralClientSettings getGeneralXMLSettings(Object initializationOptionsSettings)
Copyright © 2020. All rights reserved.