Class NativeCodeDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.manifest.dto.NativeCodeDTO
-
public class NativeCodeDTO extends org.osgi.dto.DTOA representation of a native code.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<NativeCodeEntryDTO>entriesA list of native code entries.booleanoptionalIndicates 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-NativeCodeheader, 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-NativeCodeheader, if it is not specified this field must be set to false.
-
-