FindBugs™ 1.3.9

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
 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?
 

Method Detail

vacuous

boolean vacuous()
Does the class screener always return true?


matches

boolean matches(java.lang.String fileName)
Return whether or not the name of the given file matches.


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.