Class ChannelRequirement


  • public class ChannelRequirement
    extends Object
    Java representation of a Channel requirement identified by Maven coordinates.
    • Constructor Detail

      • ChannelRequirement

        public ChannelRequirement​(String groupId,
                                  String artifactId,
                                  String version)
        Representation of a channel requirement.
        Parameters:
        groupId - groupId of the Maven coordinate - required
        artifactId - artifactId of the Maven coordinate - required
        version - version of the Maven coordinate - can be null
    • Method Detail

      • getGroupId

        public String getGroupId()
      • getArtifactId

        public String getArtifactId()
      • getVersion

        public String getVersion()