Package org.eclipse.lemminx.settings
Class LogsSettings
java.lang.Object
org.eclipse.lemminx.settings.LogsSettings
XML logs settings.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogsSettings
public LogsSettings()
-
-
Method Details
-
getFile
Returns the file path of logs and null otherwise.- Returns:
- the file path of logs and null otherwise.
-
setFile
-
isClient
public boolean isClient()Returnstrueif LSP client is enabled andfalseotherwise.- Returns:
trueif LSP client is enabled andfalseotherwise.
-
setClient
public void setClient(boolean client)
-