Package org.wildfly.channel
Class Blocklist
- java.lang.Object
-
- org.wildfly.channel.Blocklist
-
public class Blocklist extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSCHEMA_VERSION_1_0_0
-
Constructor Summary
Constructors Constructor Description Blocklist(String schemaVersion, Set<BlocklistEntry> entries)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Blocklistfrom(URL blocklistUrl)Set<String>getVersionsFor(String groupId, String artifactId)StringtoString()
-
-
-
Field Detail
-
SCHEMA_VERSION_1_0_0
public static final String SCHEMA_VERSION_1_0_0
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Blocklist
public Blocklist(String schemaVersion, Set<BlocklistEntry> entries)
-
-