Modifier and Type | Method and Description |
---|---|
static MavenDependencyExclusion |
MavenDependencies.createExclusion(String canonicalForm)
Creates a new
MavenDependencyExclusion instance from the specified, required canonical form in format
<groupId>:<artifactId> |
static MavenDependencyExclusion |
MavenDependencies.createExclusion(String groupId,
String artifactId)
Creates a new
MavenDependencyExclusion instance from the specified, required arguments |
Modifier and Type | Method and Description |
---|---|
Set<MavenDependencyExclusion> |
MavenDependency.getExclusions()
Returns the exclusions defined for this
MavenDependency in an immutable, read-only view. |
Modifier and Type | Method and Description |
---|---|
static MavenDependency |
MavenDependencies.createDependency(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified properties. |
static MavenDependency |
MavenDependencies.createDependency(String canonicalForm,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified, required canonical form in format
<groupId>:<artifactId>[:<packagingType>[:<classifier>]][:<version>] , with the additional, optional
properties. |
Modifier and Type | Method and Description |
---|---|
static MavenDependencyExclusion |
MavenConverter.fromExclusion(org.apache.maven.model.Exclusion exclusion) |
static MavenDependencyExclusion |
MavenConverter.fromExclusion(org.eclipse.aether.graph.Exclusion exclusion) |
Modifier and Type | Method and Description |
---|---|
static Set<MavenDependencyExclusion> |
MavenConverter.fromExclusions(Collection<org.eclipse.aether.graph.Exclusion> exclusions) |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.aether.graph.Exclusion |
MavenConverter.asExclusion(MavenDependencyExclusion coordinates) |
Modifier and Type | Method and Description |
---|---|
static List<org.eclipse.aether.graph.Exclusion> |
MavenConverter.asExclusions(Collection<MavenDependencyExclusion> exclusions) |
Modifier and Type | Method and Description |
---|---|
Set<MavenDependencyExclusion> |
MavenDependencyImpl.getExclusions()
Returns the exclusions defined for this
MavenDependency in an immutable, read-only view. |
Constructor and Description |
---|
MavenDependencyImpl(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
boolean undeclaredScope,
MavenDependencyExclusion... exclusions)
Creates a new instance with the specified properties.
|
MavenDependencyImpl(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new instance with the specified properties.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.