public interface ClassFilter
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| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean isSelected(org.apache.bcel.classfile.JavaClass clazz)
clazz - a Java classCopyright © 2003-2012 Lars K??hne. All Rights Reserved.