Interface DiagnosticService
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle,WeaveService
Allows to do the validations for a
TextDocumentIdentifier and retrieve the Diagnostics.-
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<List<org.eclipse.lsp4j.Diagnostic>>getDiagnostics(org.eclipse.lsp4j.TextDocumentIdentifier textDocument) Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdownMethods inherited from interface org.mule.weave.extension.api.services.WeaveService
start, stop
-
Method Details
-
getDiagnostics
CompletableFuture<List<org.eclipse.lsp4j.Diagnostic>> getDiagnostics(org.eclipse.lsp4j.TextDocumentIdentifier textDocument)
-