Class NativeCodeDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.manifest.dto.NativeCodeDTO
-
public class NativeCodeDTO extends org.osgi.dto.DTO
A representation of a native code.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<NativeCodeEntryDTO>
entries
A list of native code entries.boolean
optional
Indicates if native codes are optional.
-
Constructor Summary
Constructors Constructor Description NativeCodeDTO()
-
-
-
Field Detail
-
entries
public java.util.List<NativeCodeEntryDTO> entries
A list of native code entries.This is declared in the
Bundle-NativeCode
header, this list must contain at least one native code entry.
-
optional
public boolean optional
Indicates if native codes are optional.This is declared in the
Bundle-NativeCode
header, if it is not specified this field must be set to false.
-
-