public abstract class ProblemHighlightFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ProblemHighlightFilter> |
EP_NAME |
Constructor and Description |
---|
ProblemHighlightFilter() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
shouldHighlight(PsiFile psiFile) |
static boolean |
shouldHighlightFile(PsiFile psiFile) |
static boolean |
shouldProcessFileInBatch(PsiFile psiFile) |
boolean |
shouldProcessInBatch(PsiFile psiFile) |
public static final ExtensionPointName<ProblemHighlightFilter> EP_NAME
public abstract boolean shouldHighlight(PsiFile psiFile)
psiFile
- file to decide aboutpublic boolean shouldProcessInBatch(PsiFile psiFile)
public static boolean shouldHighlightFile(PsiFile psiFile)
public static boolean shouldProcessFileInBatch(PsiFile psiFile)