| AbstractFilter |
Abstract filter for custom implementations
|
| AndFilter |
A filter that combines zero or more other filters using a logical AND.
|
| ExclusionsFilter |
A simple filter to exclude artifacts based on either artifact id or group id and artifact id.
|
| OrFilter |
A filter that combines zero or more other filters using a logical OR.
|
| PatternExclusionsFilter |
A simple filter to exclude artifacts from a list of patterns.
|
| PatternInclusionsFilter |
A simple filter to include artifacts from a list of patterns.
|
| ScopeFilter |
Filter based on scope.
|