Package org.wildfly.channel
Class ChannelManifestCoordinate
- java.lang.Object
-
- org.wildfly.channel.ChannelMetadataCoordinate
-
- org.wildfly.channel.ChannelManifestCoordinate
-
public class ChannelManifestCoordinate extends ChannelMetadataCoordinate
A channel manifest coordinate. Uses either a Maven coordinates (groupId, artifactId, version) or a URL from which the channel manifest file can be fetched.
-
-
Constructor Summary
Constructors Constructor Description ChannelManifestCoordinate()ChannelManifestCoordinate(String groupId, String artifactId)ChannelManifestCoordinate(String groupId, String artifactId, String version)ChannelManifestCoordinate(URL url)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelManifestCoordinatecreate(String url, MavenCoordinate gav)MavenCoordinategetMaven()URLgetUrl()-
Methods inherited from class org.wildfly.channel.ChannelMetadataCoordinate
equals, getArtifactId, getClassifier, getExtension, getGroupId, getVersion, hashCode, toString
-
-
-
-
Method Detail
-
create
public static ChannelManifestCoordinate create(String url, MavenCoordinate gav) throws MalformedURLException
- Throws:
MalformedURLException
-
getMaven
public MavenCoordinate getMaven()
-
getUrl
public URL getUrl()
- Overrides:
getUrlin classChannelMetadataCoordinate
-
-