Class ChannelConfiguration


  • public class ChannelConfiguration
    extends Object
    A channel configuration. One of url or manifest coordinates.
    Author:
    jdenise
    • Constructor Detail

      • ChannelConfiguration

        public ChannelConfiguration()
    • Method Detail

      • getUrl

        public URL getUrl()
        Returns:
        the url
      • getManifestCoordinate

        public org.wildfly.channel.ChannelManifestCoordinate getManifestCoordinate()
        Returns:
        the manifestCoordinate
      • toChannel

        public org.wildfly.channel.Channel toChannel​(Set<String> remoteRepositories,
                                                     List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                                     org.apache.maven.plugin.logging.Log log)
                                              throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException