Package | Description |
---|---|
org.apache.maven | |
org.apache.maven.artifact.resolver.filter | |
org.apache.maven.model |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.aether.graph.Dependency |
RepositoryUtils.toDependency(Artifact artifact,
Collection<Exclusion> exclusions) |
Constructor and Description |
---|
ExclusionArtifactFilter(List<Exclusion> exclusions) |
Modifier and Type | Method and Description |
---|---|
Exclusion |
Exclusion.clone() |
Modifier and Type | Method and Description |
---|---|
static List<Exclusion> |
Exclusion.exclusionToApiV3(List<Exclusion> list) |
List<Exclusion> |
Dependency.getExclusions() |
Modifier and Type | Method and Description |
---|---|
void |
Dependency.addExclusion(Exclusion exclusion) |
void |
Dependency.removeExclusion(Exclusion exclusion) |
Modifier and Type | Method and Description |
---|---|
static List<Exclusion> |
Exclusion.exclusionToApiV4(List<Exclusion> list) |
void |
Dependency.setExclusions(List<Exclusion> exclusions) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.