Class Ek9WorkspaceService

java.lang.Object
org.ek9lang.lsp.Ek9Service
org.ek9lang.lsp.Ek9WorkspaceService
All Implemented Interfaces:
org.eclipse.lsp4j.services.WorkspaceService

final class Ek9WorkspaceService extends Ek9Service implements org.eclipse.lsp4j.services.WorkspaceService
Part of the language server functionality. See WorkspaceService for additional methods we can implement.
  • Constructor Details

  • Method Details

    • didChangeConfiguration

      public void didChangeConfiguration(org.eclipse.lsp4j.DidChangeConfigurationParams params)
      Specified by:
      didChangeConfiguration in interface org.eclipse.lsp4j.services.WorkspaceService
    • didChangeWatchedFiles

      public void didChangeWatchedFiles(org.eclipse.lsp4j.DidChangeWatchedFilesParams params)
      Specified by:
      didChangeWatchedFiles in interface org.eclipse.lsp4j.services.WorkspaceService
    • getEk9WorkSpace

      Workspace getEk9WorkSpace()