| 程序包 | 说明 |
|---|---|
| org.noear.solon.maven.plugin.filter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Exclude
A model for a dependency to exclude.
|
class |
Include
A model for a dependency to include.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<? extends FilterableDependency> |
DependencyFilter.getFilters() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
DependencyFilter.equals(org.apache.maven.artifact.Artifact artifact,
FilterableDependency dependency)
Check if the specified
Artifact matches the
specified FilterableDependency. |
| 构造器和说明 |
|---|
DependencyFilter(List<? extends FilterableDependency> dependencies)
Create a new instance with the list of
FilterableDependency instance(s) to
use. |
Copyright © 2023. All rights reserved.