|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BundleRepository.BundleSuggestion in org.apache.aries.application.management.spi.framework |
|---|
| Methods in org.apache.aries.application.management.spi.framework that return types with arguments of type BundleRepository.BundleSuggestion | |
|---|---|
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
BundleFrameworkManager.BundleLocator.suggestBundle(Collection<DeploymentContent> bundles)
|
| Methods in org.apache.aries.application.management.spi.framework with parameters of type BundleRepository.BundleSuggestion | |
|---|---|
org.osgi.framework.Bundle |
BundleFramework.install(BundleRepository.BundleSuggestion suggestion,
AriesApplication app)
Installs a bundle to this framework. |
| Method parameters in org.apache.aries.application.management.spi.framework with type arguments of type BundleRepository.BundleSuggestion | |
|---|---|
org.osgi.framework.Bundle |
BundleFrameworkManager.installIsolatedBundles(Collection<BundleRepository.BundleSuggestion> bundlesToInstall,
AriesApplication app)
Creates a new framework inside the shared bundle framework and installs a collection of bundles into the framework. |
Collection<org.osgi.framework.Bundle> |
BundleFrameworkManager.installSharedBundles(Collection<BundleRepository.BundleSuggestion> bundlesToInstall,
AriesApplication app)
Installs a collection of shared bundles to the shared bundle framework |
| Uses of BundleRepository.BundleSuggestion in org.apache.aries.application.management.spi.repository |
|---|
| Methods in org.apache.aries.application.management.spi.repository that return BundleRepository.BundleSuggestion | |
|---|---|
BundleRepository.BundleSuggestion |
BundleRepository.suggestBundleToUse(DeploymentContent content)
This method attempts to find a bundle in the repository that matches the specified DeploymentContent specification. |
| Methods in org.apache.aries.application.management.spi.repository that return types with arguments of type BundleRepository.BundleSuggestion | |
|---|---|
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
BundleRepositoryManager.getBundleSuggestions(Collection<BundleRepository> brs,
Collection<DeploymentContent> content)
Get a collection of bundle installation suggestions from the collection of given repositories |
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
BundleRepositoryManager.getBundleSuggestions(Collection<DeploymentContent> content)
Get a collection of bundle installation suggestions from all known repositories |
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
BundleRepositoryManager.getBundleSuggestions(String applicationName,
String applicationVersion,
Collection<DeploymentContent> content)
Get a collection of bundle installation suggestions from repositories suitable for the given application scope |
| Uses of BundleRepository.BundleSuggestion in org.apache.aries.application.management.spi.update |
|---|
| Methods in org.apache.aries.application.management.spi.update that return types with arguments of type BundleRepository.BundleSuggestion | |
|---|---|
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
UpdateStrategy.UpdateInfo.suggestBundle(Collection<DeploymentContent> bundles)
Find BundleRepository.BundleSuggestion objects for new bundle requests |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||