Class FilterUtil


  • public final class FilterUtil
    extends java.lang.Object
    Utility methods for suppression filters.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isFileExists​(java.lang.String fileName)
      Checks if suppression source with given fileName exists.
      • Methods inherited from class java.lang.Object

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

      • isFileExists

        public static boolean isFileExists​(java.lang.String fileName)
        Checks if suppression source with given fileName exists.
        Parameters:
        fileName - name of the suppressions file.
        Returns:
        true if suppression file exists, otherwise false