public interface ClassFilter
Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.