Class MavenDownloader
- java.lang.Object
-
- org.wildfly.prospero.extras.repository.create.MavenDownloader
-
public class MavenDownloader extends Object
-
-
Constructor Summary
Constructors Constructor Description MavenDownloader(List<org.eclipse.aether.repository.RemoteRepository> repositories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.aether.artifact.ArtifactdownloadManifest(org.wildfly.channel.ChannelManifestCoordinate coord)
-
-
-
Constructor Detail
-
MavenDownloader
public MavenDownloader(List<org.eclipse.aether.repository.RemoteRepository> repositories) throws org.jboss.galleon.ProvisioningException
- Throws:
org.jboss.galleon.ProvisioningException
-
-
Method Detail
-
downloadManifest
public org.eclipse.aether.artifact.Artifact downloadManifest(org.wildfly.channel.ChannelManifestCoordinate coord) throws org.eclipse.aether.resolution.VersionRangeResolutionException, org.eclipse.aether.resolution.ArtifactResolutionException- Throws:
org.eclipse.aether.resolution.VersionRangeResolutionExceptionorg.eclipse.aether.resolution.ArtifactResolutionException
-
-