public class ImportPackageDTO
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 exporting bundle.
|
VersionRangeDTO |
bundleVersion
The version range to select the bundle version of the exporting bundle.
|
String |
packageName
The package name.
|
String |
resolution
Indicates if the resolution is optional or mandatory.
|
VersionRangeDTO |
version
The version range to select the version of an export definition.
|
| Constructor and Description |
|---|
ImportPackageDTO() |
public String packageName
This field must not be null.
public String resolution
If it is not specified this field must be set to "mandatory".
public String bundleSymbolicName
If it is not specified this field must be null.
public VersionRangeDTO version
If it is not specified this field must be set to the default value.
public VersionRangeDTO bundleVersion
If it is not specified this field must be set to the default value.
Copyright © 2021. All rights reserved.