Interface ScannerFilter

All Known Implementing Classes:
NonAbstractClassFilter, SpecificTestClassFilter

public interface ScannerFilter
Author:
Kristian Rosenvold
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Class testClass)
    Indicates if the class should be accepted by the directory scanner
  • Method Details

    • accept

      boolean accept(Class testClass)
      Indicates if the class should be accepted by the directory scanner
      Parameters:
      testClass - The class in question
      Returns:
      true if the class should be part of the directory scan result.