Package org.jboss.modules.filter
Interface ClassFilter
-
- All Known Implementing Classes:
BooleanClassFilter,PathClassFilter
public interface ClassFilterFilter used to determine whether a class name should be included or excluded from imports and exports.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.String className)Determine whether a class name should be accepted by this filter.
-