Class ChannelManifestCoordinate
java.lang.Object
org.wildfly.channel.ChannelMetadataCoordinate
org.wildfly.channel.ChannelManifestCoordinate
A channel manifest coordinate. Uses either a Maven coordinates (groupId, artifactId, version)
or a URL from which the channel manifest file can be fetched.
-
Field Summary
Fields inherited from class org.wildfly.channel.ChannelMetadataCoordinate
signatureUrl -
Constructor Summary
ConstructorsConstructorDescriptionChannelManifestCoordinate(String groupId, String artifactId) ChannelManifestCoordinate(String groupId, String artifactId, String version) ChannelManifestCoordinate(URL url, URL signatureUrl) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelManifestCoordinatecreate(String url, String signatureUrl, MavenCoordinate gav) static ChannelManifestCoordinatecreate(String url, MavenCoordinate gav) getMaven()getUrl()Methods inherited from class org.wildfly.channel.ChannelMetadataCoordinate
equals, getArtifactId, getClassifier, getExtension, getGroupId, getVersion, hashCode, toString
-
Constructor Details
-
ChannelManifestCoordinate
-
ChannelManifestCoordinate
-
ChannelManifestCoordinate
-
ChannelManifestCoordinate
-
ChannelManifestCoordinate
public ChannelManifestCoordinate()
-
-
Method Details
-
create
public static ChannelManifestCoordinate create(String url, MavenCoordinate gav) throws MalformedURLException - Throws:
MalformedURLException
-
create
public static ChannelManifestCoordinate create(String url, String signatureUrl, MavenCoordinate gav) throws MalformedURLException - Throws:
MalformedURLException
-
getMaven
-
getUrl
- Overrides:
getUrlin classChannelMetadataCoordinate
-
getSignatureUrl
- Overrides:
getSignatureUrlin classChannelMetadataCoordinate
-