Class ChannelCoordinate


  • public class ChannelCoordinate
    extends ChannelMetadataCoordinate
    A channel coordinate either use Maven coordinates (groupId, artifactId, version) or it uses a URL from which the channel definition file can be fetched.
    • Constructor Detail

      • ChannelCoordinate

        public ChannelCoordinate()
      • ChannelCoordinate

        public ChannelCoordinate​(String groupId,
                                 String artifactId,
                                 String version)
      • ChannelCoordinate

        public ChannelCoordinate​(String groupId,
                                 String artifactId)
      • ChannelCoordinate

        public ChannelCoordinate​(URL url)