public class DownloadManagers
extends java.lang.Object
Constructor and Description |
---|
DownloadManagers() |
Modifier and Type | Method and Description |
---|---|
static DownloadManager |
createDownloadManager(FabricService fabricService,
java.util.concurrent.ExecutorService executorService)
Creates a download manager using the current container's maven configuration
|
static DownloadManager |
createDownloadManager(FabricService fabricService,
Profile profile,
java.util.concurrent.ExecutorService downloadExecutor)
Creates a DownloadManager
|
static MavenConfiguration |
createMavenConfiguration(FabricService fabricService,
java.util.Properties properties)
Creates a
MavenConfiguration based on the specified Properties . |
public static MavenConfiguration createMavenConfiguration(FabricService fabricService, java.util.Properties properties)
MavenConfiguration
based on the specified Properties
.properties
- public static DownloadManager createDownloadManager(FabricService fabricService, java.util.concurrent.ExecutorService executorService) throws java.net.MalformedURLException
java.net.MalformedURLException
public static DownloadManager createDownloadManager(FabricService fabricService, Profile profile, java.util.concurrent.ExecutorService downloadExecutor) throws java.net.MalformedURLException
fabricService
- profile
- downloadExecutor
- java.net.MalformedURLException
Copyright © 2011-2014 Red Hat. All Rights Reserved.