Package org.wildfly.plugin.provision
Class ChannelConfiguration
java.lang.Object
org.wildfly.plugin.provision.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.ChannelManifestCoordinate
void
void
setManifest
(org.wildfly.channel.ChannelManifestCoordinate manifest) void
Set the name of the channel.org.wildfly.channel.Channel
-
Constructor Details
-
ChannelConfiguration
public ChannelConfiguration()
-
-
Method Details
-
getManifest
public org.wildfly.channel.ChannelManifestCoordinate getManifest()- Returns:
- the manifest
-
set
-
setName
Set the name of the channel. This information is stored in the .installation directory of the provisioned server.- Parameters:
name
- The name of the channel. Can benull
.
-
setManifest
public void setManifest(org.wildfly.channel.ChannelManifestCoordinate 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
-