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
accept
public boolean accept(Class c)
Copyleft ㊢ 2003-2004 MPL 1.1, All Rights Footloose.