public class TestLanguageServerImp
extends java.lang.Object
implements org.eclipse.lsp4j.services.LanguageServer
| Constructor and Description |
|---|
TestLanguageServerImp() |
| Modifier and Type | Method and Description |
|---|---|
void |
exit()
A notification to ask the server to exit its process.
|
org.eclipse.lsp4j.services.TextDocumentService |
getTextDocumentService()
Provides access to the textDocument services.
|
org.eclipse.lsp4j.services.WorkspaceService |
getWorkspaceService()
Provides access to the workspace services.
|
java.util.concurrent.CompletableFuture<org.eclipse.lsp4j.InitializeResult> |
initialize(org.eclipse.lsp4j.InitializeParams params)
The initialize request is sent as the first request from the client to
the server.
|
java.util.concurrent.CompletableFuture<java.lang.Object> |
shutdown()
The shutdown request is sent from the client to the server.
|
public java.util.concurrent.CompletableFuture<org.eclipse.lsp4j.InitializeResult> initialize(org.eclipse.lsp4j.InitializeParams params)
org.eclipse.lsp4j.services.LanguageServerinitialize in interface org.eclipse.lsp4j.services.LanguageServerpublic java.util.concurrent.CompletableFuture<java.lang.Object> shutdown()
org.eclipse.lsp4j.services.LanguageServershutdown in interface org.eclipse.lsp4j.services.LanguageServerpublic void exit()
org.eclipse.lsp4j.services.LanguageServerexit in interface org.eclipse.lsp4j.services.LanguageServerpublic org.eclipse.lsp4j.services.TextDocumentService getTextDocumentService()
org.eclipse.lsp4j.services.LanguageServergetTextDocumentService in interface org.eclipse.lsp4j.services.LanguageServerpublic org.eclipse.lsp4j.services.WorkspaceService getWorkspaceService()
org.eclipse.lsp4j.services.LanguageServergetWorkspaceService in interface org.eclipse.lsp4j.services.LanguageServer