| Package | Description |
|---|---|
| org.jboss.modules.maven | |
| org.wildfly.swarm.bootstrap.env | |
| org.wildfly.swarm.bootstrap.modules | |
| org.wildfly.swarm.bootstrap.util |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactCoordinates |
ArtifactCoordinates.fromString(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.
|
static File |
MavenArtifactUtil.resolveArtifact(ArtifactCoordinates coordinates,
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. |
static File |
MavenArtifactUtil.resolveJarArtifact(ArtifactCoordinates coordinates)
Try to resolve a Maven JAR artifact.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactCoordinates> |
ApplicationEnvironment.bootstrapArtifactsAsCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
File |
UberJarMavenResolver.resolveArtifact(ArtifactCoordinates coordinates,
String packaging) |
File |
MultiMavenResolver.resolveArtifact(ArtifactCoordinates coordinates,
String packaging) |
File |
GradleResolver.resolveArtifact(ArtifactCoordinates artifactCoordinates,
String packaging) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactCoordinates |
MavenArtifactDescriptor.mscCoordinates() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.