public class FragmentHostDTO
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 host.
|
VersionRangeDTO |
bundleVersion
The version range to select the host bundle.
|
String |
extension
The extension type, framework or boot class path extension.
|
| Constructor and Description |
|---|
FragmentHostDTO() |
public String bundleSymbolicName
Must not be null.
public String extension
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.