| 类 | 说明 |
|---|---|
| DependencyFilter |
Base class for
ArtifactsFilter based on a FilterableDependency list. |
| Exclude |
A model for a dependency to exclude.
|
| ExcludeFilter |
An {DependencyFilter} that filters out any artifact matching an
Exclude. |
| FilterableDependency |
A model for a dependency to include or exclude.
|
| Include |
A model for a dependency to include.
|
| IncludeFilter |
An
ArtifactsFilter that filters out any artifact not matching an
Include. |
| MatchingGroupIdFilter |
An
ArtifactsFilter that filters by matching groupId. |