Package | Description |
---|---|
io.fabric8.agent | |
io.fabric8.agent.download | |
io.fabric8.agent.utils |
Constructor and Description |
---|
DeploymentBuilder(DownloadManager manager,
FabResolverFactory fabResolverFactory,
java.util.Collection<org.apache.karaf.features.Repository> repositories,
long urlHandlersTimeout) |
Modifier and Type | Method and Description |
---|---|
static DownloadManager |
DownloadManagers.createDownloadManager(FabricService fabricService,
Profile profile,
java.util.concurrent.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(java.util.Set<org.apache.karaf.features.Feature> features,
DownloadManager downloadManager,
Profile profile)
Adds the set of features to the given set for the given profile
|
static void |
AgentUtils.addRepository(DownloadManager manager,
java.util.Map<java.net.URI,org.apache.karaf.features.Repository> repositories,
java.net.URI uri) |
static java.util.Map<java.lang.String,java.io.File> |
AgentUtils.downloadBundles(DownloadManager manager,
java.util.Set<org.apache.karaf.features.Feature> features,
java.util.Set<java.lang.String> bundles,
java.util.Set<java.lang.String> overrides) |
static java.util.Map<java.lang.String,Parser> |
AgentUtils.getProfileArtifacts(DownloadManager downloadManager,
Profile profile)
Returns the location and parser map (i.e.
|
protected static java.util.Map<java.net.URI,org.apache.karaf.features.Repository> |
AgentUtils.getRepositories(DownloadManager downloadManager,
Profile profile)
Extracts the
URI /Repository map from the profile. |
static java.util.Map<java.lang.String,org.apache.karaf.features.Repository> |
AgentUtils.loadRepositories(DownloadManager manager,
java.util.Set<java.lang.String> uris) |
Constructor and Description |
---|
AgentUtils.ArtifactDownloader(DownloadManager manager) |
AgentUtils.FileDownloader(DownloadManager manager) |
AgentUtils.RepositoryDownloader(DownloadManager manager) |
Copyright © 2014 Red Hat. All Rights Reserved.