public class NativeCodeDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
List<NativeCodeEntryDTO> |
entries
A list of native code entries.
|
boolean |
optional
Indicates if native codes are optional.
|
| Constructor and Description |
|---|
NativeCodeDTO() |
public List<NativeCodeEntryDTO> entries
This is declared in the Bundle-NativeCode header, this list must
contain at least one native code entry.
public boolean optional
This is declared in the Bundle-NativeCode header, if it is not
specified this field must be set to false.
Copyright © 2021. All rights reserved.