Class 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
    • Field Summary

      • Fields inherited from interface com.intellij.codeInsight.daemon.impl.HighlightInfoFilter

        EMPTY_ARRAY, EXTENSION_POINT_NAME
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(@NotNull com.intellij.codeInsight.daemon.impl.HighlightInfo highlightInfo, @Nullable com.intellij.psi.PsiFile file)  
      abstract boolean isCustomFile​(com.intellij.psi.PsiFile file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KubernetesHighlightInfoFilter

        public KubernetesHighlightInfoFilter()
    • Method Detail

      • accept

        public boolean accept​(@NotNull
                              @NotNull com.intellij.codeInsight.daemon.impl.HighlightInfo highlightInfo,
                              @Nullable
                              @Nullable com.intellij.psi.PsiFile file)
        Specified by:
        accept in interface com.intellij.codeInsight.daemon.impl.HighlightInfoFilter
      • isCustomFile

        public abstract boolean isCustomFile​(com.intellij.psi.PsiFile file)