public class AbstractClassFilter extends ClassModifiersClassFilter
AbstractClassFilter implements a ClassFilter
that matches class names that (a) can be loaded and (b) are abstract. 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.
ClassFilter
,
ClassModifiersClassFilter
,
ClassFinder
,
Modifier
Constructor and Description |
---|
AbstractClassFilter()
Construct a new AbstractClassFilter that will accept
only abstract classes.
|
accept