public class DownloadDisabledResourceCodeAction extends Object implements ICodeActionParticipant
| Constructor and Description |
|---|
DownloadDisabledResourceCodeAction() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.lsp4j.Command |
createDownloadCommand(String title,
String url,
String documentURI) |
void |
doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
SharedSettings sharedSettings,
IComponentProvider componentProvider) |
static String |
getUrlToForceToDownload(Map<String,Object> validationArgs)
Returns the url to force to download and null otherwise.
|
public void doCodeAction(org.eclipse.lsp4j.Diagnostic diagnostic,
org.eclipse.lsp4j.Range range,
DOMDocument document,
List<org.eclipse.lsp4j.CodeAction> codeActions,
SharedSettings sharedSettings,
IComponentProvider componentProvider)
doCodeAction in interface ICodeActionParticipantpublic static org.eclipse.lsp4j.Command createDownloadCommand(String title, String url, String documentURI)
Copyright © 2022. All rights reserved.