Class AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
- All Implemented Interfaces:
ICodeActionResolvesParticipant
- Direct Known Subclasses:
GenerateDocTypeCodeActionResolver,GenerateRelaxNGSchemaCodeActionResolver,GenerateXMLModelWithDTDCodeActionResolver,GenerateXMLModelWithXSDCodeActionResolver,GenerateXSINoNamespaceSchemaCodeActionResolver
public abstract class AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
extends Object
implements ICodeActionResolvesParticipant
Abstract class to:
- insert the grammar association in the XML (ex : xsi:noNamespaceSchemaLocation)
- generate the grammar XSD/DTD file
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.eclipse.lsp4j.TextDocumentEditcreateFileEdit(String grammarFileName, DOMDocument document, SharedSettings sharedSettings) protected abstract FileContentGeneratorSettingsfinal org.eclipse.lsp4j.CodeActionresolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Returns the resolved codeAction coming from the unresolved codeAction of the givenrequest.
-
Constructor Details
-
AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
public AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant()
-
-
Method Details
-
resolveCodeAction
public final org.eclipse.lsp4j.CodeAction resolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Description copied from interface:ICodeActionResolvesParticipantReturns the resolved codeAction coming from the unresolved codeAction of the givenrequest.- Specified by:
resolveCodeActionin interfaceICodeActionResolvesParticipant- Parameters:
request- the resolve code action request.cancelChecker- the cancel checker.- Returns:
- the resolved codeAction coming from the unresolved codeAction of the
given
request.
-
getFileContentGeneratorSettings
-