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 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • KubernetesHighlightInfoFilter

      public KubernetesHighlightInfoFilter()
  • Method Details

    • 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)