Package org.jboss.modules.filter
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.-
ClassDescriptionPathFilter implementation that aggregates multiple other filters.Filter used to determine whether a class name should be included or excluded from imports and exports.Static factory methods for class filter types.Default implementation of PathFilter.A path filter which simply inverts the result of another path filter.A builder for a multiple-path filter.Filter used to determine whether a path should be included or excluded from imports and exports.Static factory methods for path filter types.