Package org.wildfly.channel.maven
Class ChannelCoordinate
- java.lang.Object
-
- org.wildfly.channel.ChannelMetadataCoordinate
-
- org.wildfly.channel.maven.ChannelCoordinate
-
public class ChannelCoordinate extends ChannelMetadataCoordinate
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()ChannelCoordinate(String groupId, String artifactId)ChannelCoordinate(String groupId, String artifactId, String version)ChannelCoordinate(URL url)
-
Method Summary
-
Methods inherited from class org.wildfly.channel.ChannelMetadataCoordinate
equals, getArtifactId, getClassifier, getExtension, getGroupId, getUrl, getVersion, hashCode, toString
-
-