public class ProvideCapabilityDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
arbitraryDirectives
A map of arbitrary directives.
|
String |
effective
The time at which a capability will be available.
|
String |
namespace
The namespace of the capability.
|
Map<String,TypedAttributeValueDTO> |
typedAttributes
A map of attributes that define the capability.
|
List<String> |
uses
A lists of package names that are used by the capability.
|
| Constructor and Description |
|---|
ProvideCapabilityDTO() |
public String namespace
Must not be null.
public String effective
If it is not specified this field must be set to "resolve".
public List<String> uses
If it is not specified this field must be empty.
public Map<String,TypedAttributeValueDTO> typedAttributes
If it is not specified this field must be empty.
Copyright © 2021. All rights reserved.