Package org.apache.jorphan.reflect
Interface ClassFilter
public interface ClassFilter
filter class when visiting the search path with
ClassFinder
- Since:
- 3.0
-
Method Summary
-
Method Details
-
accept
Returns true if class is included.- Parameters:
className
- String class name- Returns:
- true if class is included
-