public class OfflineInspectionRVContentProvider extends InspectionRVContentProvider
InspectionRVContentProvider.RefEntityContainer<Descriptor>
Constructor and Description |
---|
OfflineInspectionRVContentProvider(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<OfflineProblemDescriptor>>> content) |
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 parentNode,
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) |
java.lang.Iterable<? extends ScopeToolState> |
getTools(Tools tools) |
boolean |
isContentLoaded() |
appendToolNodeContent, buildTree, checkFixClass, getCommonFixes, getPartialQuickFixes, hasQuickFixes
public OfflineInspectionRVContentProvider(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<OfflineProblemDescriptor>>> content)
public boolean checkReportedProblems(GlobalInspectionContextImpl context, InspectionToolWrapper toolWrapper)
checkReportedProblems
in class InspectionRVContentProvider
public java.lang.Iterable<? extends ScopeToolState> getTools(Tools tools)
getTools
in class InspectionRVContentProvider
public QuickFixAction [] getCommonQuickFixes(InspectionToolWrapper toolWrapper, InspectionTree tree)
getCommonQuickFixes
in class InspectionRVContentProvider
public boolean isContentLoaded()
isContentLoaded
in class InspectionRVContentProvider
public void appendToolNodeContent(GlobalInspectionContextImpl context, InspectionToolWrapper wrapper, InspectionTreeNode parentNode, 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