Package org.wildfly.channel
Class ChannelRequirement
- java.lang.Object
-
- org.wildfly.channel.ChannelRequirement
-
public class ChannelRequirement extends Object
Java representation of a Channel requirement identified by Maven coordinates.
-
-
Constructor Summary
Constructors Constructor Description ChannelRequirement(String groupId, String artifactId, String version)Representation of a channel requirement.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetGroupId()StringgetVersion()StringtoString()
-
-
-
Constructor Detail
-
ChannelRequirement
public ChannelRequirement(String groupId, String artifactId, String version)
Representation of a channel requirement.- Parameters:
groupId- groupId of the Maven coordinate - requiredartifactId- artifactId of the Maven coordinate - requiredversion- version of the Maven coordinate - can benull
-
-