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