Package org.wildfly.channel
Class BlocklistCoordinate
- java.lang.Object
-
- org.wildfly.channel.ChannelMetadataCoordinate
-
- org.wildfly.channel.BlocklistCoordinate
-
public class BlocklistCoordinate extends ChannelMetadataCoordinate
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASSIFIERstatic StringEXTENSION
-
Constructor Summary
Constructors Constructor Description BlocklistCoordinate()BlocklistCoordinate(String groupId, String artifactId)BlocklistCoordinate(String groupId, String artifactId, String version)BlocklistCoordinate(URL url)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlocklistCoordinatecreate(MavenCoordinate coord, String url)MavenCoordinategetMaven()URLgetUrl()-
Methods inherited from class org.wildfly.channel.ChannelMetadataCoordinate
equals, getArtifactId, getClassifier, getExtension, getGroupId, getVersion, hashCode, toString
-
-
-
-
Constructor Detail
-
BlocklistCoordinate
public BlocklistCoordinate(URL url)
-
BlocklistCoordinate
public BlocklistCoordinate()
-
-
Method Detail
-
create
public static BlocklistCoordinate create(MavenCoordinate coord, String url) throws MalformedURLException
- Throws:
MalformedURLException
-
getUrl
public URL getUrl()
- Overrides:
getUrlin classChannelMetadataCoordinate
-
getMaven
public MavenCoordinate getMaven()
-
-