public class MavenArtifactHelper extends Object
| Constructor and Description |
|---|
MavenArtifactHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getId(Coordinates coordinates)
Creates the id of an coordinates descriptor by the given items.
|
static void |
setCoordinates(MavenArtifactDescriptor artifactDescriptor,
Coordinates coordinates)
Apply the given coordinates to an artifact descriptor.
|
static void |
setId(MavenArtifactDescriptor artifactDescriptor,
Coordinates coordinates)
Set the fully qualified name of an artifact descriptor.
|
public static void setCoordinates(MavenArtifactDescriptor artifactDescriptor, Coordinates coordinates)
artifactDescriptor - The artifact descriptor.coordinates - The coordinates.public static void setId(MavenArtifactDescriptor artifactDescriptor, Coordinates coordinates)
artifactDescriptor - The artifact descriptor.coordinates - The coordinates.public static String getId(Coordinates coordinates)
coordinates - The maven coordinates.Copyright © 2016 buschmais GbR. All rights reserved.