public class JavaLSWrapper extends Object
| Constructor and Description |
|---|
JavaLSWrapper(JavaLanguageServerLauncher launcher,
JavaLanguageServer wrapped) |
| Modifier and Type | Method and Description |
|---|---|
void |
didChangeWatchedFiles(org.eclipse.lsp4j.DidChangeWatchedFilesParams params) |
CompletableFuture<String> |
getFileContent(String uri) |
org.eclipse.lsp4j.services.TextDocumentService |
getTextDocumentService() |
org.eclipse.lsp4j.services.WorkspaceService |
getWorkspaceService() |
CompletableFuture<org.eclipse.lsp4j.InitializeResult> |
initialize(org.eclipse.lsp4j.InitializeParams params) |
public JavaLSWrapper(JavaLanguageServerLauncher launcher, JavaLanguageServer wrapped)
public CompletableFuture<String> getFileContent(String uri)
public CompletableFuture<org.eclipse.lsp4j.InitializeResult> initialize(org.eclipse.lsp4j.InitializeParams params)
public org.eclipse.lsp4j.services.TextDocumentService getTextDocumentService()
public org.eclipse.lsp4j.services.WorkspaceService getWorkspaceService()
public void didChangeWatchedFiles(org.eclipse.lsp4j.DidChangeWatchedFilesParams params)
Copyright © 2012–2019 Red Hat, Inc.. All rights reserved.