Package ch.so.agi.gretl.lsp.server
Class GretlWorkspaceService
java.lang.Object
ch.so.agi.gretl.lsp.server.GretlWorkspaceService
- All Implemented Interfaces:
org.eclipse.lsp4j.services.WorkspaceService
public final class GretlWorkspaceService
extends Object
implements org.eclipse.lsp4j.services.WorkspaceService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddidChangeConfiguration(org.eclipse.lsp4j.DidChangeConfigurationParams params) voiddidChangeWatchedFiles(org.eclipse.lsp4j.DidChangeWatchedFilesParams params) executeCommand(org.eclipse.lsp4j.ExecuteCommandParams params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.lsp4j.services.WorkspaceService
diagnostic, didChangeWorkspaceFolders, didCreateFiles, didDeleteFiles, didRenameFiles, resolveWorkspaceSymbol, symbol, willCreateFiles, willDeleteFiles, willRenameFiles
-
Method Details
-
didChangeConfiguration
public void didChangeConfiguration(org.eclipse.lsp4j.DidChangeConfigurationParams params) - Specified by:
didChangeConfigurationin interfaceorg.eclipse.lsp4j.services.WorkspaceService
-
didChangeWatchedFiles
public void didChangeWatchedFiles(org.eclipse.lsp4j.DidChangeWatchedFilesParams params) - Specified by:
didChangeWatchedFilesin interfaceorg.eclipse.lsp4j.services.WorkspaceService
-
executeCommand
- Specified by:
executeCommandin interfaceorg.eclipse.lsp4j.services.WorkspaceService
-