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
|
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() |
void |
setCodeLens(XMLCodeLensSettings codeLens)
Sets the code lens settings.
|
void |
setCompletion(XMLCompletionSettings completion)
Sets the completion settings
|
void |
setFormat(XMLFormattingOptions format)
Sets the formatting options
|
void |
setLogs(LogsSettings logs) |
void |
setPreferences(XMLPreferences preferences)
Sets the XML preferences
|
void |
setServer(ServerSettings server)
Sets the 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)
format
- public XMLFormattingOptions getFormat()
public void setCompletion(XMLCompletionSettings completion)
completion
- public XMLCompletionSettings getCompletion()
public XMLPreferences getPreferences()
public void setPreferences(XMLPreferences preferences)
preferences
- public ServerSettings getServer()
public void setServer(ServerSettings server)
server
- public static XMLGeneralClientSettings getGeneralXMLSettings(Object initializationOptionsSettings)
XMLGeneralClientSettings
with contents from initializationOptionsSettings
initializationOptionsSettings
- XMLGeneralClientSettings
with contents from initializationOptionsSettings
Copyright © 2021. All rights reserved.