Package org.apache.maven.surefire
Class NonAbstractClassFilter
- java.lang.Object
-
- org.apache.maven.surefire.NonAbstractClassFilter
-
- All Implemented Interfaces:
ScannerFilter
public class NonAbstractClassFilter extends java.lang.Object implements ScannerFilter
-
-
Constructor Summary
Constructors Constructor Description NonAbstractClassFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.lang.Class testClass)
Indicates if the class should be accepted by the directory scanner
-
-
-
Method Detail
-
accept
public boolean accept(java.lang.Class testClass)
Description copied from interface:ScannerFilter
Indicates if the class should be accepted by the directory scanner- Specified by:
accept
in interfaceScannerFilter
- Parameters:
testClass
- The class in question- Returns:
- true if the class should be part of the directory scan result.
-
-