public class ExportPackageDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
arbitraryAttributes
A map of arbitrary attributes.
|
List<String> |
excludes
A list of class names that must be invisible to an importer.
|
List<String> |
includes
A list of class names that must be visible to an importer.
|
List<String> |
mandatories
A list of mandatory attributes.
|
String |
packageName
The package name.
|
List<String> |
uses
A list of package names that are used by the exported package.
|
VersionDTO |
version
The version of the exported package.
|
| Constructor and Description |
|---|
ExportPackageDTO() |
public String packageName
This field must not be null.
public List<String> uses
If it is not specified this field must be empty.
public List<String> mandatories
If it is not specified this field must be empty.
public List<String> includes
If it is not specified this field must be empty.
public List<String> excludes
If it is not specified this field must be empty.
public VersionDTO version
If it is not specified this field must be set to the default value.
Copyright © 2021. All rights reserved.