| Interface | Description |
|---|---|
| FilterTransformer<T> |
Provide a mechanism to transform a Filter to a tool specific equivalent using the visitor pattern.
|
| Node |
Represents a node of a dependency graph
|
| TransformableFilter |
The element interface of the visitor pattern for transforming filters.
|
| Class | Description |
|---|---|
| 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.
|