|
Knopflerfish OSGi bundle Repository 1.0.0 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Repository
A repository service that contains resources.
Repositories may be registered as services and may be used as by a resolve context during resolver operations.
Repositories registered as services may be filtered using standard service properties.
| Field Summary | |
|---|---|
static java.lang.String |
URL
Service property to provide URLs related to this repository. |
| Method Summary | |
|---|---|
java.util.Map<org.osgi.resource.Requirement,java.util.Collection<org.osgi.resource.Capability>> |
findProviders(java.util.Collection<? extends org.osgi.resource.Requirement> requirements)
Find the capabilities that match the specified requirements. |
| Field Detail |
|---|
static final java.lang.String URL
The value of this property must be of type String,
String[], or Collection<String>.
| Method Detail |
|---|
java.util.Map<org.osgi.resource.Requirement,java.util.Collection<org.osgi.resource.Capability>> findProviders(java.util.Collection<? extends org.osgi.resource.Requirement> requirements)
requirements - The requirements for which matching capabilities
should be returned. Must not be null.
|
Knopflerfish OSGi ${version} | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||