public interface ClassNameFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String className)
Tests whether to process the specified class.
|
boolean accept(String className)
className - the class nametrue if the class should be processed; false otherwise