PathFilter
interface for the contract of path filters. See
PathFilters
for factory methods for creating simple and complex filters.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 | 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.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.