|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A filter for Java classes.
Instances of this interface are passed to the
Checker.reportDiffs(net.sf.clirr.core.spi.JavaType[], net.sf.clirr.core.spi.JavaType[])
method of the Checker
class.
Checker.reportDiffs(net.sf.clirr.core.spi.JavaType[], net.sf.clirr.core.spi.JavaType[])
,
FileFilter
Method Summary | |
boolean |
isSelected(org.apache.bcel.classfile.JavaClass clazz)
Tests whether or not a given java class is considered when reporting the API differences between jar files. |
Method Detail |
public boolean isSelected(org.apache.bcel.classfile.JavaClass clazz)
clazz
- a Java class
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |