Package org.eclipse.lemminx.settings
Class LogsSettings
- java.lang.Object
-
- org.eclipse.lemminx.settings.LogsSettings
-
public class LogsSettings extends Object
XML logs settings.
-
-
Constructor Summary
Constructors Constructor Description LogsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFile()Returns the file path of logs and null otherwise.booleanisClient()Returnstrueif LSP client is enabled andfalseotherwise.voidsetClient(boolean client)voidsetFile(String file)
-
-
-
Method Detail
-
getFile
public String getFile()
Returns the file path of logs and null otherwise.- Returns:
- the file path of logs and null otherwise.
-
setFile
public void setFile(String file)
-
isClient
public boolean isClient()
Returnstrueif LSP client is enabled andfalseotherwise.- Returns:
trueif LSP client is enabled andfalseotherwise.
-
setClient
public void setClient(boolean client)
-
-