Package org.wildfly.plugin.provision
Class ChannelConfiguration
- java.lang.Object
-
- org.wildfly.plugin.provision.ChannelConfiguration
-
public class ChannelConfiguration extends Object
A channel configuration. Contains amanifestcomposed of agroupId, anartifactIdan optionalversionor aurl.- Author:
- jdenise
-
-
Constructor Summary
Constructors Constructor Description ChannelConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.channel.ChannelManifestCoordinategetManifest()voidset(String channel)org.wildfly.channel.ChanneltoChannel(List<org.eclipse.aether.repository.RemoteRepository> repositories)
-
-
-
Method Detail
-
getManifest
public org.wildfly.channel.ChannelManifestCoordinate getManifest()
- Returns:
- the manifest
-
set
public void set(String channel)
-
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
-
-