public class InspectionRVContentProviderImpl extends InspectionRVContentProvider
InspectionRVContentProvider.RefEntityContainer<Descriptor>
Constructor and Description |
---|
InspectionRVContentProviderImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendDescriptor(GlobalInspectionContextImpl context,
InspectionToolWrapper toolWrapper,
InspectionRVContentProvider.RefEntityContainer container,
InspectionTreeNode parent) |
void |
appendToolNodeContent(GlobalInspectionContextImpl context,
InspectionToolWrapper wrapper,
InspectionTreeNode toolNode,
boolean showStructure,
boolean groupBySeverity,
java.util.Map<java.lang.String,java.util.Set<RefEntity>> contents,
java.util.function.Function<? super RefEntity,CommonProblemDescriptor[]> problems) |
boolean |
checkReportedProblems(GlobalInspectionContextImpl context,
InspectionToolWrapper toolWrapper) |
QuickFixAction [] |
getCommonQuickFixes(InspectionToolWrapper toolWrapper,
InspectionTree tree) |
appendToolNodeContent, buildTree, checkFixClass, getCommonFixes, getPartialQuickFixes, getTools, hasQuickFixes, isContentLoaded
public boolean checkReportedProblems(GlobalInspectionContextImpl context, InspectionToolWrapper toolWrapper)
checkReportedProblems
in class InspectionRVContentProvider
public QuickFixAction [] getCommonQuickFixes(InspectionToolWrapper toolWrapper, InspectionTree tree)
getCommonQuickFixes
in class InspectionRVContentProvider
public void appendToolNodeContent(GlobalInspectionContextImpl context, InspectionToolWrapper wrapper, InspectionTreeNode toolNode, boolean showStructure, boolean groupBySeverity, java.util.Map<java.lang.String,java.util.Set<RefEntity>> contents, java.util.function.Function<? super RefEntity,CommonProblemDescriptor[]> problems)
appendToolNodeContent
in class InspectionRVContentProvider
protected void appendDescriptor(GlobalInspectionContextImpl context, InspectionToolWrapper toolWrapper, InspectionRVContentProvider.RefEntityContainer container, InspectionTreeNode parent)
appendDescriptor
in class InspectionRVContentProvider