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 |
---|---|
AggregatePathFilter |
PathFilter implementation that aggregates multiple other filters.
|
BooleanClassFilter | |
BooleanPathFilter | |
ChildPathFilter | |
ClassFilters |
Static factory methods for class filter types.
|
EqualsPathFilter | |
GlobPathFilter |
Default implementation of PathFilter.
|
InvertingPathFilter |
A path filter which simply inverts the result of another path filter.
|
MultiplePathFilter | |
MultiplePathFilterBuilder |
A builder for a multiple-path filter.
|
PathClassFilter | |
PathFilters |
Static factory methods for path filter types.
|
SetPathFilter |
PathFilter
interface for the contract of path filters. See
PathFilters
for factory methods for creating simple and complex filters.