public interface JavaLanguageClient
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Object> |
executeClientCommand(org.eclipse.lsp4j.ExecuteCommandParams params)
Execute custom command requests sent by jdt.ls
|
void |
sendNotification(org.eclipse.lsp4j.ExecuteCommandParams params)
Handles custom notification sent by jdt.ls
|
void |
sendProgressReport(org.eclipse.che.jdt.ls.extension.api.dto.ProgressReport report)
The actionable notification is sent from a server to a client to ask The show message
notification is sent from a server to a client to ask the the client to display a particular
message in the user interface, and possible client to display a particular message in the user
interface.
|
void |
sendStatusReport(org.eclipse.che.jdt.ls.extension.api.dto.StatusReport report)
The show message notification is sent from a server to a client to ask the client to display a
particular message in the user interface.
|
void sendStatusReport(org.eclipse.che.jdt.ls.extension.api.dto.StatusReport report)
void sendProgressReport(org.eclipse.che.jdt.ls.extension.api.dto.ProgressReport report)
CompletableFuture<Object> executeClientCommand(org.eclipse.lsp4j.ExecuteCommandParams params)
void sendNotification(org.eclipse.lsp4j.ExecuteCommandParams params)
Copyright © 2012–2018 Red Hat, Inc.. All rights reserved.