public interface OBRRepositoryService
| Modifier and Type | Method and Description |
|---|---|
org.apache.felix.bundlerepository.Resource[] |
findResources(String id) |
List<org.apache.felix.bundlerepository.Resource> |
getAvailableResources(ResourceFilter filter) |
void |
install(org.apache.felix.bundlerepository.Resource... resource) |
void |
install(String resourceId) |
List<org.osgi.framework.Bundle> |
listInstalledBundles() |
List<org.osgi.framework.Bundle> listInstalledBundles()
List<org.apache.felix.bundlerepository.Resource> getAvailableResources(ResourceFilter filter)
org.apache.felix.bundlerepository.Resource[] findResources(String id)
void install(String resourceId) throws OBRException
OBRExceptionvoid install(org.apache.felix.bundlerepository.Resource... resource)
throws OBRException
OBRExceptionCopyright © 2013–2014 Jabylon. All rights reserved.