public class JavaLSWrapper extends Object
| Constructor and Description |
|---|
JavaLSWrapper(JavaLanguageServer wrapped) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<String> |
getFileContent(String uri) |
org.eclipse.lsp4j.services.TextDocumentService |
getTextDocumentService() |
CompletableFuture<org.eclipse.lsp4j.InitializeResult> |
initialize(org.eclipse.lsp4j.InitializeParams params) |
public JavaLSWrapper(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()
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.