Package org.jboss.modules.filter
Class PathClassFilter
java.lang.Object
org.jboss.modules.filter.PathClassFilter
- All Implemented Interfaces:
ClassFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resourcePathFilter
-
-
Constructor Details
-
PathClassFilter
PathClassFilter(PathFilter resourcePathFilter)
-
-
Method Details
-
accept
Description copied from interface:ClassFilter
Determine whether a class name should be accepted by this filter. The class name is qualified with a dot-separated package name.- Specified by:
accept
in interfaceClassFilter
- Parameters:
className
- the class name- Returns:
true
to accept the class,false
otherwise
-