public class InterfaceOnlyClassFilter extends ClassModifiersClassFilter
InterfaceOnlyClassFilter implements a ClassFilter
that matches class names that (a) can be loaded and (b) are interfaces. It
relies on the pool of classes read by a ClassFinder
; it's
not really useful by itself.
This class is really just a convenient specialization of the
ClassModifiersClassFilter
class.
Constructor and Description |
---|
InterfaceOnlyClassFilter()
Construct a new InterfaceOnlyClassFilter that will accept
only classes that are interfaces.
|
accept