| Package | Description | 
|---|---|
| org.osgi.service.repository | 
 Repository Service Package Version 1.1. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequirementBuilder | 
RequirementBuilder.addAttribute(String name,
            Object value)
Add an attribute to the set of attributes. 
 | 
RequirementBuilder | 
RequirementBuilder.addDirective(String name,
            String value)
Add a directive to the set of directives. 
 | 
RequirementBuilder | 
Repository.newRequirementBuilder(String namespace)
Return a new  
RequirementBuilder which provides a convenient way
 to create a requirement. | 
RequirementBuilder | 
RequirementBuilder.setAttributes(Map<String,Object> attributes)
Replace all attributes with the attributes in the specified map. 
 | 
RequirementBuilder | 
RequirementBuilder.setDirectives(Map<String,String> directives)
Replace all directives with the directives in the specified map. 
 | 
RequirementBuilder | 
RequirementBuilder.setResource(Resource resource)
Set the  
Resource. | 
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0