public class NonAbstractClassFilter extends Object implements ScannerFilter
| Constructor and Description |
|---|
NonAbstractClassFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class testClass)
Indicates if the class should be accepted by the directory scanner
|
public boolean accept(Class testClass)
ScannerFilteraccept in interface ScannerFiltertestClass - The class in questionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.