Package org.wildfly.channel
Class BlocklistCoordinate
java.lang.Object
org.wildfly.channel.ChannelMetadataCoordinate
org.wildfly.channel.BlocklistCoordinate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBlocklistCoordinate(String groupId, String artifactId) BlocklistCoordinate(String groupId, String artifactId, String version) BlocklistCoordinate(URL url) -
Method Summary
Modifier and TypeMethodDescriptionstatic BlocklistCoordinatecreate(MavenCoordinate coord, String url) getMaven()getUrl()Methods inherited from class org.wildfly.channel.ChannelMetadataCoordinate
equals, getArtifactId, getClassifier, getExtension, getGroupId, getVersion, hashCode, toString
-
Field Details
-
CLASSIFIER
-
EXTENSION
-
-
Constructor Details
-
BlocklistCoordinate
-
BlocklistCoordinate
-
BlocklistCoordinate
-
BlocklistCoordinate
public BlocklistCoordinate()
-
-
Method Details
-
create
public static BlocklistCoordinate create(MavenCoordinate coord, String url) throws MalformedURLException - Throws:
MalformedURLException
-
getUrl
- Overrides:
getUrlin classChannelMetadataCoordinate
-
getMaven
-