Class ConfiguredChannels

java.lang.Object
org.wildfly.glow.plugin.arquillian.ConfiguredChannels

public class ConfiguredChannels extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfiguredChannels(List<ChannelConfiguration> channels, org.eclipse.aether.RepositorySystem system, org.eclipse.aether.RepositorySystemSession contextSession, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.apache.maven.plugin.logging.Log log, boolean offline)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.wildfly.channel.ChannelSession
    buildChannelSession(org.eclipse.aether.RepositorySystem system, org.eclipse.aether.RepositorySystemSession contextSession, List<org.eclipse.aether.repository.RemoteRepository> repositories, List<org.wildfly.channel.Channel> channels)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfiguredChannels

      public ConfiguredChannels(List<ChannelConfiguration> channels, org.eclipse.aether.RepositorySystem system, org.eclipse.aether.RepositorySystemSession contextSession, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.apache.maven.plugin.logging.Log log, boolean offline) throws MalformedURLException, org.wildfly.channel.UnresolvedMavenArtifactException, org.apache.maven.plugin.MojoExecutionException
      Throws:
      MalformedURLException
      org.wildfly.channel.UnresolvedMavenArtifactException
      org.apache.maven.plugin.MojoExecutionException
  • Method Details

    • buildChannelSession

      public static org.wildfly.channel.ChannelSession buildChannelSession(org.eclipse.aether.RepositorySystem system, org.eclipse.aether.RepositorySystemSession contextSession, List<org.eclipse.aether.repository.RemoteRepository> repositories, List<org.wildfly.channel.Channel> channels)