public interface ClassFilter
Modifier and Type | Method | Description |
---|---|---|
boolean |
accept(String className) |
Determine whether a class name should be accepted by this filter.
|
boolean accept(String className)
className
- the class nametrue
to accept the class, false
otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.