Class FilterUtil
java.lang.Object
com.puppycrawl.tools.checkstyle.utils.FilterUtil
Utility methods for suppression filters.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisFileExists(String fileName) Checks if suppression source with given fileName exists.
-
Method Details
-
isFileExists
Checks if suppression source with given fileName exists.- Parameters:
fileName- name of the suppressions file.- Returns:
- true if suppression file exists, otherwise false
-