|
OSGi™ Enterprise Release 5 |
|||||||||
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<Requirement,java.util.Collection<Capability>> |
findProviders(java.util.Collection<? extends 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<Requirement,java.util.Collection<Capability>> findProviders(java.util.Collection<? extends Requirement> requirements)
requirements
- The requirements for which matching capabilities
should be returned. Must not be null
.
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |