Class AbstractFixMissingGrammarCodeAction

    • Constructor Detail

      • AbstractFixMissingGrammarCodeAction

        public AbstractFixMissingGrammarCodeAction()
    • Method Detail

      • doCodeAction

        public void doCodeAction​(ICodeActionRequest request,
                                 List<org.eclipse.lsp4j.CodeAction> codeActions,
                                 org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
        Description copied from interface: ICodeActionParticipant
        Collect the code action in the given codeActions for the given code action request request.
        Specified by:
        doCodeAction in interface ICodeActionParticipant
        Parameters:
        request - the code action request.
        codeActions - list of code actions to fill.
        cancelChecker - the cancel checker.
      • getParticipantId

        protected abstract String getParticipantId()
      • getFileContentGeneratorSettings

        protected abstract FileContentGeneratorSettings getFileContentGeneratorSettings()
        Returns the grammar settings used to generate the missing grammar file (XSD, DTD).
        Returns:
        the grammar settings used to generate the missing grammar file (XSD, DTD).