info.monitorenter.cpdetector.io
Interface IClassFileFilter

All Superinterfaces:
FileFilter
All Known Implementing Classes:
ClassFileFilterIsA

public interface IClassFileFilter
extends FileFilter

An acceptance filter based on classfiles. Implementations may use filtering criteria as inheritance or pattern matching upon class names (eg. for packages, substrings like "test") and any information provided by a Class instance.

Author:
Achim Westermann
See Also:
FileFilter

Method Summary
 boolean accept(Class c)
           
 
Methods inherited from interface java.io.FileFilter
accept
 

Method Detail

accept

public boolean accept(Class c)


Copyleft ㊢ 2003-2004 MPL 1.1, All Rights Footloose.