| Package | Description |
|---|---|
| org.jboss.shrinkwrap.resolver.api.maven.coordinate |
| 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. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.