Class ChannelCoordinate
java.lang.Object
org.wildfly.channel.ChannelMetadataCoordinate
org.wildfly.channel.maven.ChannelCoordinate
A channel coordinate either use Maven coordinates (groupId, artifactId, version)
or it uses a URL from which the channel definition file can be fetched.
-
Field Summary
Fields inherited from class org.wildfly.channel.ChannelMetadataCoordinate
signatureUrl -
Constructor Summary
ConstructorsConstructorDescriptionChannelCoordinate(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, getSignatureUrl, getUrl, getVersion, hashCode, toString
-
Constructor Details
-
ChannelCoordinate
public ChannelCoordinate() -
ChannelCoordinate
-
ChannelCoordinate
-
ChannelCoordinate
-