Package edu.umd.cs.findbugs
Interface IClassScreener
-
- All Known Implementing Classes:
ClassScreener
public interface IClassScreenerScreen 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 booleanmatches(java.lang.String fileName)Return whether or not the name of the given file matches.booleanvacuous()Does the class screener always return true?
-