public class BundleSymbolicNameDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
arbitraryAttributes
A map of arbitrary attributes of the bundle.
|
String |
fragmentAttachment
The fragment attachment policy of the bundle.
|
List<String> |
mandatories
A list of mandatory attributes of the bundle.
|
boolean |
singleton
Indicates if the bundle must be singleton
|
String |
symbolicName
The symbolic name of the bundle.
|
| Constructor and Description |
|---|
BundleSymbolicNameDTO() |
public String symbolicName
This is declared in the Bundle-SymbolicName header, must not be
null.
public boolean singleton
This is declared in the Bundle-SymbolicName header, if it is not
specified this field must be set to false.
public String fragmentAttachment
This is declared in the Bundle-SymbolicName header, if it is not
specified this field must be set to mandatory.
public List<String> mandatories
This is declared in the Bundle-SymbolicName header, if it is not
specified this field must be empty.
Copyright © 2021. All rights reserved.