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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(java.lang.String fileName)
Return whether or not the name of the given file matches.boolean
vacuous()
Does the class screener always return true?
-