| Package | Description | 
|---|---|
| org.apache.maven | |
| org.apache.maven.artifact.resolver.filter | |
| org.apache.maven.model | Maven POM (Project Object Model) classes, generated from  maven.mdomodel. | 
| org.apache.maven.model.merge | POM merger. | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.eclipse.aether.graph.Dependency | RepositoryUtils. toDependency(Artifact artifact,
            Collection<Exclusion> exclusions) | 
| static org.eclipse.aether.graph.Dependency | RepositoryUtils. toDependency(Artifact artifact,
            Collection<Exclusion> exclusions) | 
| Constructor and Description | 
|---|
| ExclusionArtifactFilter(List<Exclusion> exclusions) | 
| ExclusionArtifactFilter(List<Exclusion> exclusions) | 
| Modifier and Type | Method and Description | 
|---|---|
| Exclusion | Exclusion. clone()Method clone. | 
| Exclusion | Exclusion. clone()Method clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Exclusion> | Dependency. getExclusions()Method getExclusions. | 
| List<Exclusion> | Dependency. getExclusions()Method getExclusions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Dependency. addExclusion(Exclusion exclusion)Method addExclusion. | 
| void | Dependency. addExclusion(Exclusion exclusion)Method addExclusion. | 
| void | Dependency. removeExclusion(Exclusion exclusion)Method removeExclusion. | 
| void | Dependency. removeExclusion(Exclusion exclusion)Method removeExclusion. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Dependency. setExclusions(List<Exclusion> exclusions)Set lists a set of artifacts that should be excluded from
 this dependency's
             artifact list when it comes to calculating
 transitive dependencies. | 
| void | Dependency. setExclusions(List<Exclusion> exclusions)Set lists a set of artifacts that should be excluded from
 this dependency's
             artifact list when it comes to calculating
 transitive dependencies. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | ModelMerger. getExclusionKey(Exclusion exclusion) | 
| protected Object | MavenModelMerger. getExclusionKey(Exclusion exclusion) | 
| protected Object | MavenModelMerger. getExclusionKey(Exclusion exclusion) | 
| protected Object | ModelMerger. getExclusionKey(Exclusion exclusion) | 
| protected void | ModelMerger. mergeExclusion_ArtifactId(Exclusion target,
                         Exclusion source,
                         boolean sourceDominant,
                         Map<Object,Object> context) | 
| protected void | ModelMerger. mergeExclusion_ArtifactId(Exclusion target,
                         Exclusion source,
                         boolean sourceDominant,
                         Map<Object,Object> context) | 
| protected void | ModelMerger. mergeExclusion_GroupId(Exclusion target,
                      Exclusion source,
                      boolean sourceDominant,
                      Map<Object,Object> context) | 
| protected void | ModelMerger. mergeExclusion_GroupId(Exclusion target,
                      Exclusion source,
                      boolean sourceDominant,
                      Map<Object,Object> context) | 
| protected void | ModelMerger. mergeExclusion(Exclusion target,
              Exclusion source,
              boolean sourceDominant,
              Map<Object,Object> context) | 
| protected void | ModelMerger. mergeExclusion(Exclusion target,
              Exclusion source,
              boolean sourceDominant,
              Map<Object,Object> context) | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.