Package edu.umd.cs.findbugs
Interface IClassScreener
- All Known Implementing Classes:
ClassScreener
public interface IClassScreener
Screen class files to decide which subset of them to analyze.
- Author:
- David Hovemeyer
-
Method Summary
-
Method Details
-
vacuous
boolean vacuous()Does the class screener always return true? -
matches
Return whether or not the name of the given file matches.
-