|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exclusion | |
---|---|
org.apache.maven | |
org.apache.maven.model | |
org.apache.maven.model.merge |
Uses of Exclusion in org.apache.maven |
---|
Method parameters in org.apache.maven with type arguments of type Exclusion | |
---|---|
static org.sonatype.aether.graph.Dependency |
RepositoryUtils.toDependency(Artifact artifact,
java.util.Collection<Exclusion> exclusions)
|
Uses of Exclusion in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return Exclusion | |
---|---|
Exclusion |
Exclusion.clone()
Method clone. |
Methods in org.apache.maven.model that return types with arguments of type Exclusion | |
---|---|
java.util.List<Exclusion> |
Dependency.getExclusions()
Method getExclusions. |
Methods in org.apache.maven.model with parameters of type Exclusion | |
---|---|
void |
Dependency.addExclusion(Exclusion exclusion)
Method addExclusion. |
void |
Dependency.removeExclusion(Exclusion exclusion)
Method removeExclusion. |
Method parameters in org.apache.maven.model with type arguments of type Exclusion | |
---|---|
void |
Dependency.setExclusions(java.util.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. |
Uses of Exclusion in org.apache.maven.model.merge |
---|
Methods in org.apache.maven.model.merge with parameters of type Exclusion | |
---|---|
protected java.lang.Object |
MavenModelMerger.getExclusionKey(Exclusion object)
|
protected java.lang.Object |
ModelMerger.getExclusionKey(Exclusion object)
|
protected void |
ModelMerger.mergeExclusion_ArtifactId(Exclusion target,
Exclusion source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
protected void |
ModelMerger.mergeExclusion_GroupId(Exclusion target,
Exclusion source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
protected void |
ModelMerger.mergeExclusion(Exclusion target,
Exclusion source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |