Package org.jboss.modules.filter
Classes related to filtering. See the
PathFilter
interface for the contract of path filters. See
PathFilters
for factory methods for creating simple and complex filters.-
Interface Summary Interface Description ClassFilter Filter used to determine whether a class name should be included or excluded from imports and exports.PathFilter Filter used to determine whether a path should be included or excluded from imports and exports. -
Class Summary Class Description ClassFilters Static factory methods for class filter types.MultiplePathFilterBuilder A builder for a multiple-path filter.PathFilters Static factory methods for path filter types.