Package org.wildfly.prospero.promotion
Class CustomArtifact
- java.lang.Object
-
- org.wildfly.prospero.promotion.CustomArtifact
-
public class CustomArtifact extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomArtifactfrom(org.eclipse.aether.artifact.Artifact a)StringgetArtifactId()StringgetClassifier()StringgetExtension()StringgetGroupId()StringgetVersion()org.wildfly.channel.ArtifactCoordinatetoCoordinate()
-
-
-
Method Detail
-
from
public static CustomArtifact from(org.eclipse.aether.artifact.Artifact a)
-
getGroupId
public String getGroupId()
-
getArtifactId
public String getArtifactId()
-
getVersion
public String getVersion()
-
getClassifier
public String getClassifier()
-
getExtension
public String getExtension()
-
toCoordinate
public org.wildfly.channel.ArtifactCoordinate toCoordinate()
-
-