net.sf.clirr.core
Interface ClassFilter

All Known Implementing Classes:
ClassSelector

public interface ClassFilter

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.

Author:
lkuehne
See Also:
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

isSelected

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.

Parameters:
clazz - a Java class
Returns:
true if clazz should be considered by the Checker in this object.


Copyright © 2003-2009 Lars K??hne. All Rights Reserved.