Package | Description |
---|---|
io.fabric8.agent | |
io.fabric8.agent.download | |
io.fabric8.agent.utils |
Constructor and Description |
---|
DeploymentBuilder(DownloadManager manager,
io.fabric8.fab.osgi.FabResolverFactory fabResolverFactory,
Collection<org.apache.karaf.features.Repository> repositories,
long urlHandlersTimeout) |
Modifier and Type | Method and Description |
---|---|
static DownloadManager |
DownloadManagers.createDownloadManager(io.fabric8.api.FabricService fabricService,
ExecutorService executorService)
Creates a download manager using the current container's maven configuration
|
static DownloadManager |
DownloadManagers.createDownloadManager(io.fabric8.api.FabricService fabricService,
io.fabric8.api.Profile profile,
ExecutorService downloadExecutor)
Creates a DownloadManager
|
Modifier and Type | Field and Description |
---|---|
protected DownloadManager |
AgentUtils.ArtifactDownloader.manager |
Modifier and Type | Method and Description |
---|---|
static void |
AgentUtils.addFeatures(Set<org.apache.karaf.features.Feature> features,
io.fabric8.api.FabricService fabricService,
DownloadManager downloadManager,
io.fabric8.api.Profile profile)
Adds the set of features to the given set for the given profile
|
static void |
AgentUtils.addRepository(DownloadManager manager,
Map<URI,org.apache.karaf.features.Repository> repositories,
URI uri) |
static Map<String,File> |
AgentUtils.downloadBundles(DownloadManager manager,
Iterable<org.apache.karaf.features.Feature> features,
Iterable<String> bundles,
Set<String> overrides) |
static Map<String,File> |
AgentUtils.downloadLocations(DownloadManager manager,
Collection<String> locations) |
static Map<String,File> |
AgentUtils.downloadProfileArtifacts(io.fabric8.api.FabricService fabricService,
DownloadManager downloadManager,
io.fabric8.api.Profile profile)
Downloads all the bundles and features for the given profile
|
static Map<String,Parser> |
AgentUtils.getProfileArtifacts(io.fabric8.api.FabricService fabricService,
DownloadManager downloadManager,
io.fabric8.api.Profile profile)
Returns the location and parser map (i.e.
|
static Map<String,Parser> |
AgentUtils.getProfileArtifacts(io.fabric8.api.FabricService fabricService,
DownloadManager downloadManager,
io.fabric8.api.Profile profile,
AgentUtils.Callback<String> callback) |
protected static Map<URI,org.apache.karaf.features.Repository> |
AgentUtils.getRepositories(io.fabric8.api.FabricService fabricService,
DownloadManager downloadManager,
io.fabric8.api.Profile profile)
Extracts the
URI /Repository map from the profile. |
static Map<String,org.apache.karaf.features.Repository> |
AgentUtils.loadRepositories(DownloadManager manager,
Set<String> uris) |
Constructor and Description |
---|
AgentUtils.ArtifactDownloader(DownloadManager manager) |
AgentUtils.FileDownloader(DownloadManager manager) |
AgentUtils.RepositoryDownloader(DownloadManager manager) |
Copyright © 2011–2014 Red Hat. All rights reserved.