|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clapper.util.classutil.ClassModifiersClassFilter
org.clapper.util.classutil.InterfaceOnlyClassFilter
public class InterfaceOnlyClassFilter
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 Summary | |
|---|---|
InterfaceOnlyClassFilter()
Construct a new InterfaceOnlyClassFilter that will accept only classes that are interfaces. |
|
| Method Summary |
|---|
| Methods inherited from class org.clapper.util.classutil.ClassModifiersClassFilter |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterfaceOnlyClassFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||