Package org.wildfly.prospero.extras
Class ChannelOperations
- java.lang.Object
-
- org.wildfly.prospero.extras.ChannelOperations
-
public class ChannelOperations extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelOperations.ChannelManifestDownload
-
Constructor Summary
Constructors Constructor Description ChannelOperations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChannelOperations.ChannelManifestDownloadgetChannelManifest(org.wildfly.channel.Channel channel)static ChannelOperations.ChannelManifestDownloadgetChannelManifest(org.wildfly.channel.Channel channel, MavenDownloader downloader)static List<org.wildfly.channel.Channel>read(Path path)
-
-
-
Method Detail
-
getChannelManifest
public static ChannelOperations.ChannelManifestDownload getChannelManifest(org.wildfly.channel.Channel channel) throws org.jboss.galleon.ProvisioningException, org.eclipse.aether.resolution.ArtifactResolutionException, MalformedURLException, org.eclipse.aether.resolution.VersionRangeResolutionException
- Throws:
org.jboss.galleon.ProvisioningExceptionorg.eclipse.aether.resolution.ArtifactResolutionExceptionMalformedURLExceptionorg.eclipse.aether.resolution.VersionRangeResolutionException
-
getChannelManifest
public static ChannelOperations.ChannelManifestDownload getChannelManifest(org.wildfly.channel.Channel channel, MavenDownloader downloader) throws org.eclipse.aether.resolution.VersionRangeResolutionException, org.eclipse.aether.resolution.ArtifactResolutionException, MalformedURLException
- Throws:
org.eclipse.aether.resolution.VersionRangeResolutionExceptionorg.eclipse.aether.resolution.ArtifactResolutionExceptionMalformedURLException
-
-