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

    Modifier and Type
    Method
    Description
    boolean
    matches(String fileName)
    Return whether or not the name of the given file matches.
    boolean
    Does the class screener always return true?
  • Method Details

    • vacuous

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

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