public class RequireBundleDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
arbitraryAttributes
A map of arbitrary attributes.
|
String |
bundleSymbolicName
The bundle symbolic name of the required bundle.
|
VersionRangeDTO |
bundleVersion
The version range to select the required bundle.
|
String |
resolution
Indicates if the resolution is optional or mandatory.
|
String |
visibility
Indicates if the bundle will transitively have access to these required
bundle's exported packages.
|
| Constructor and Description |
|---|
RequireBundleDTO() |
public String bundleSymbolicName
Must not be null.
public String visibility
If it is not specified this field must be set to "private".
public String resolution
If it is not specified this field must be set to "mandatory".
public VersionRangeDTO bundleVersion
If it is not specified this field must be set to the default value.
Copyright © 2021. All rights reserved.