Package org.wildfly.plugins.bombuilder
Class ChannelConfiguration
java.lang.Object
org.wildfly.plugins.bombuilder.ChannelConfiguration
A channel configuration. Contains a
manifest composed of a groupId, an artifactId
an optional version or a url.- Author:
- jdenise
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.channel.ChannelManifestCoordinateorg.wildfly.channel.Channel
-
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
-