public class NativeCodeEntryDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
List<String> |
languages
A list of languages.
|
List<String> |
osnames
A list of operating system names.
|
List<VersionRangeDTO> |
osversions
A list of operating system version ranges.
|
List<String> |
paths
A list of paths.
|
List<String> |
processors
A list of processors.
|
List<String> |
selectionFilters
A list of selection filters.
|
| Constructor and Description |
|---|
NativeCodeEntryDTO() |
public List<String> paths
This is declared in the Bundle-NativeCode header, this list must
contain at least one path.
public List<String> osnames
This is declared in the Bundle-NativeCode header, if it is not
specified this field must be empty.
public List<VersionRangeDTO> osversions
This is declared in the Bundle-NativeCode header, if it is not
specified this field must be empty.
public List<String> processors
This is declared in the Bundle-NativeCode header, if it is not
specified this field must be empty.
public List<String> languages
This is declared in the Bundle-NativeCode header, if it is not
specified this field must be empty.
Copyright © 2021. All rights reserved.