Class 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()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.

    • Constructor Detail

      • NativeCodeDTO

        public NativeCodeDTO()