@Service public class OBRRepositoryConnectorImpl extends Object implements OBRRepositoryService
| Constructor and Description |
|---|
OBRRepositoryConnectorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
bindAdmin(org.apache.felix.bundlerepository.RepositoryAdmin admin) |
org.apache.felix.bundlerepository.Resource[] |
findResources(String id) |
List<org.apache.felix.bundlerepository.Resource> |
getAvailableResources(ResourceFilter filter) |
protected List<String> |
getHighestBundleVersions(String... filenames) |
protected String |
getHighestVersion(List<String> versions) |
void |
install(org.apache.felix.bundlerepository.Resource... resources) |
void |
install(String resourceId) |
List<org.osgi.framework.Bundle> |
listInstalledBundles() |
@Activate public void activate()
public List<org.osgi.framework.Bundle> listInstalledBundles()
listInstalledBundles in interface OBRRepositoryServicepublic void bindAdmin(org.apache.felix.bundlerepository.RepositoryAdmin admin)
public List<org.apache.felix.bundlerepository.Resource> getAvailableResources(ResourceFilter filter)
getAvailableResources in interface OBRRepositoryServicepublic void install(String resourceId) throws OBRException
install in interface OBRRepositoryServiceOBRExceptionpublic void install(org.apache.felix.bundlerepository.Resource... resources)
throws OBRException
install in interface OBRRepositoryServiceOBRExceptionpublic org.apache.felix.bundlerepository.Resource[] findResources(String id)
findResources in interface OBRRepositoryServiceCopyright © 2013–2014 Jabylon. All rights reserved.