Class KubernetesHighlightInfoFilter
- java.lang.Object
-
- com.redhat.devtools.intellij.common.kubernetes.KubernetesHighlightInfoFilter
-
- All Implemented Interfaces:
com.intellij.codeInsight.daemon.impl.HighlightInfoFilter
public abstract class KubernetesHighlightInfoFilter extends java.lang.Object implements com.intellij.codeInsight.daemon.impl.HighlightInfoFilter
-
-
Constructor Summary
Constructors Constructor Description KubernetesHighlightInfoFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanaccept(@NotNull com.intellij.codeInsight.daemon.impl.HighlightInfo highlightInfo, @Nullable com.intellij.psi.PsiFile file)abstract booleanisCustomFile(com.intellij.psi.PsiFile file)
-
-
-
Method Detail
-
accept
public boolean accept(@NotNull @NotNull com.intellij.codeInsight.daemon.impl.HighlightInfo highlightInfo, @Nullable @Nullable com.intellij.psi.PsiFile file)- Specified by:
acceptin interfacecom.intellij.codeInsight.daemon.impl.HighlightInfoFilter
-
isCustomFile
public abstract boolean isCustomFile(com.intellij.psi.PsiFile file)
-
-