public interface IXMLNotificationService
| Modifier and Type | Method and Description |
|---|---|
SharedSettings |
getSharedSettings()
Returns the current SharedSettings instance
|
void |
sendNotification(String message,
org.eclipse.lsp4j.MessageType messageType,
org.eclipse.lsp4j.Command... commands)
Sends a notification to the client with the provided
message
If the client supports actionable notifications, the provided commands
will be provided alongside the notification
See ActionableNotification and
XMLLanguageClientAPI.actionableNotification(org.eclipse.lemminx.customservice.ActionableNotification) |
void sendNotification(String message, org.eclipse.lsp4j.MessageType messageType, org.eclipse.lsp4j.Command... commands)
message
If the client supports actionable notifications, the provided commands
will be provided alongside the notification
See ActionableNotification and
XMLLanguageClientAPI.actionableNotification(org.eclipse.lemminx.customservice.ActionableNotification)message - the message to sendmessageType - the message typecommands - the commands to send alongside the notificationSharedSettings getSharedSettings()
Copyright © 2021. All rights reserved.