|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BundleRepositoryManager
| Method Summary | |
|---|---|
Collection<BundleRepository> |
getAllBundleRepositories()
Gets all known bundle repositories |
Collection<BundleRepository> |
getBundleRepositoryCollection(String applicationName,
String applicationVersion)
Gets a collection of all bundle repositories which can provide bundles to the given application scope. |
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
getBundleSuggestions(Collection<BundleRepository> brs,
Collection<DeploymentContent> content)
Get a collection of bundle installation suggestions from the collection of given repositories |
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
getBundleSuggestions(Collection<DeploymentContent> content)
Get a collection of bundle installation suggestions from all known repositories |
Map<DeploymentContent,BundleRepository.BundleSuggestion> |
getBundleSuggestions(String applicationName,
String applicationVersion,
Collection<DeploymentContent> content)
Get a collection of bundle installation suggestions from repositories suitable for the given application scope |
| Method Detail |
|---|
Collection<BundleRepository> getBundleRepositoryCollection(String applicationName,
String applicationVersion)
applicationName - applicationVersion -
Collection<BundleRepository> getAllBundleRepositories()
Map<DeploymentContent,BundleRepository.BundleSuggestion> getBundleSuggestions(String applicationName,
String applicationVersion,
Collection<DeploymentContent> content)
throws ContextException
applicationName - applicationVersion - content -
ContextException
Map<DeploymentContent,BundleRepository.BundleSuggestion> getBundleSuggestions(Collection<DeploymentContent> content)
throws ContextException
content -
ContextException
Map<DeploymentContent,BundleRepository.BundleSuggestion> getBundleSuggestions(Collection<BundleRepository> brs,
Collection<DeploymentContent> content)
throws ContextException
brs - content -
ContextException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||