org.eclipse.xtext.ui.editor.quickfix
Interface IssueResolutionProvider

All Known Implementing Classes:
AbstractDeclarativeQuickfixProvider, CodetemplatesQuickfixProvider, DefaultQuickfixProvider, IssueResolutionProvider.NullImpl, PureXbaseQuickfixProvider, TemplatesQuickfixProvider, XbaseQuickfixProvider, XbaseWithAnnotationsQuickfixProvider, XtendQuickfixProvider, XtextGrammarQuickfixProvider

public interface IssueResolutionProvider

Author:
Heiko Behrens - Initial contribution and API, Jan Koehnlein

Nested Class Summary
static class IssueResolutionProvider.NullImpl
           
 
Method Summary
 java.util.List<IssueResolution> getResolutions(Issue issue)
           
 boolean hasResolutionFor(java.lang.String issueCode)
           
 

Method Detail

hasResolutionFor

boolean hasResolutionFor(java.lang.String issueCode)

getResolutions

java.util.List<IssueResolution> getResolutions(Issue issue)