Package | Description |
---|---|
org.jboss.modules.maven |
Modifier and Type | Method and Description |
---|---|
static ArtifactCoordinates |
ArtifactCoordinates.fromString(java.lang.String string)
Parse a string and produce artifact coordinates from it.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ArtifactCoordinates.equals(ArtifactCoordinates obj)
Determine whether this coordinates object equals the target object.
|
java.io.File |
MavenResolver.resolveArtifact(ArtifactCoordinates coordinates,
java.lang.String packaging)
Tries to find a maven jar artifact from the system property
"maven.repo.local" This property is a list of
platform separated directory names. |
java.io.File |
DefaultMavenResolver.resolveArtifact(ArtifactCoordinates coordinates,
java.lang.String packaging) |
static java.io.File |
MavenArtifactUtil.resolveArtifact(ArtifactCoordinates coordinates,
java.lang.String packaging)
Tries to find a maven jar artifact from the system property
"maven.repo.local" This property is a list of
platform separated directory names. |
default java.io.File |
MavenResolver.resolveJarArtifact(ArtifactCoordinates coordinates)
Try to resolve a Maven JAR artifact.
|
static java.io.File |
MavenArtifactUtil.resolveJarArtifact(ArtifactCoordinates coordinates)
Try to resolve a Maven JAR artifact.
|