| Package | Description |
|---|---|
| org.noear.solon.maven.plugin.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
Exclude
A model for a dependency to exclude.
|
class |
Include
A model for a dependency to include.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends FilterableDependency> |
DependencyFilter.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DependencyFilter.equals(org.apache.maven.artifact.Artifact artifact,
FilterableDependency dependency)
Check if the specified
Artifact matches the
specified FilterableDependency. |
| Constructor and Description |
|---|
DependencyFilter(List<? extends FilterableDependency> dependencies)
Create a new instance with the list of
FilterableDependency instance(s) to
use. |
Copyright © 2025. All rights reserved.