Interface ScannerFilter
-
- All Known Implementing Classes:
NonAbstractClassFilter,SpecificTestClassFilter
public interface ScannerFilter- Author:
- Kristian Rosenvold
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.Class testClass)Indicates if the class should be accepted by the directory scanner
-