Package org.wildfly.plugin.provision
Class ChannelConfiguration
- java.lang.Object
-
- org.wildfly.plugin.provision.ChannelConfiguration
-
public class ChannelConfiguration extends Object
A channel configuration. One of url or manifest coordinates.- Author:
- jdenise
-
-
Constructor Summary
Constructors Constructor Description ChannelConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.channel.ChannelManifestCoordinategetManifestCoordinate()URLgetUrl()org.wildfly.channel.ChanneltoChannel(Set<String> remoteRepositories, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.apache.maven.plugin.logging.Log log)
-
-
-
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
-
-