Package org.wildfly.channel.maven
Class ChannelCoordinate
- java.lang.Object
-
- org.wildfly.channel.maven.ChannelCoordinate
-
public class ChannelCoordinate extends Object
A channel coordinate either use Maven coordinates (groupId, artifactId, version) or it uses a URL from which the channel definition file can be fetched.
-
-
Constructor Summary
Constructors Constructor Description ChannelCoordinate(String groupId, String artifactId)ChannelCoordinate(String groupId, String artifactId, String version)ChannelCoordinate(URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetClassifier()StringgetExtension()StringgetGroupId()URLgetUrl()StringgetVersion()
-