Class LogsSettings


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

      • LogsSettings

        public LogsSettings()
    • 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()
        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)