Class ChannelConfiguration

java.lang.Object
org.wildfly.plugins.bombuilder.ChannelConfiguration

public class ChannelConfiguration extends Object
A channel configuration. Contains a manifest composed of a groupId, an artifactId an optional version or a url.
Author:
jdenise
  • Constructor Details

    • ChannelConfiguration

      public ChannelConfiguration()
  • Method Details

    • getManifest

      public org.wildfly.channel.ChannelManifestCoordinate getManifest()
      Returns:
      the manifest
    • toChannel

      public org.wildfly.channel.Channel toChannel(List<org.eclipse.aether.repository.RemoteRepository> repositories) throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException