Class ManifestRequirement
java.lang.Object
org.wildfly.channel.ManifestRequirement
Java representation of a Channel requirement identified by Maven coordinates.
-
Constructor Summary
ConstructorsConstructorDescriptionManifestRequirement(String id, MavenCoordinate mavenCoordinate) Representation of a channel requirement. -
Method Summary
-
Constructor Details
-
ManifestRequirement
Representation of a channel requirement.- Parameters:
id- - ID of the required manifestmavenCoordinate- - optionalMavenCoordinateof the required manifest
-
-
Method Details
-
getId
-
getMavenCoordinate
-
getGroupId
-
getArtifactId
-
getVersion
-
toString
-
equals
-
hashCode
-