Class LogsSettings

java.lang.Object
org.eclipse.lemminx.settings.LogsSettings

public class LogsSettings extends Object
XML logs settings.
  • Constructor Details

    • LogsSettings

      public LogsSettings()
  • Method Details

    • 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()
      Returns true if LSP client is enabled and false otherwise.
      Returns:
      true if LSP client is enabled and false otherwise.
    • setClient

      public void setClient(boolean client)