Class NativeCodeEntryDTO


  • public class NativeCodeEntryDTO
    extends org.osgi.dto.DTO
    A representation of a native code entry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> languages
      A list of languages.
      java.util.List<java.lang.String> osnames
      A list of operating system names.
      java.util.List<VersionRangeDTO> osversions
      A list of operating system version ranges.
      java.util.List<java.lang.String> paths
      A list of paths.
      java.util.List<java.lang.String> processors
      A list of processors.
      java.util.List<java.lang.String> selectionFilters
      A list of selection filters.
    • 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

      • paths

        public java.util.List<java.lang.String> paths
        A list of paths.

        This is declared in the Bundle-NativeCode header, this list must contain at least one path.

      • osnames

        public java.util.List<java.lang.String> osnames
        A list of operating system names.

        This is declared in the Bundle-NativeCode header, if it is not specified this field must be empty.

      • osversions

        public java.util.List<VersionRangeDTO> osversions
        A list of operating system version ranges.

        This is declared in the Bundle-NativeCode header, if it is not specified this field must be empty.

      • processors

        public java.util.List<java.lang.String> processors
        A list of processors.

        This is declared in the Bundle-NativeCode header, if it is not specified this field must be empty.

      • languages

        public java.util.List<java.lang.String> languages
        A list of languages.

        This is declared in the Bundle-NativeCode header, if it is not specified this field must be empty.

      • selectionFilters

        public java.util.List<java.lang.String> selectionFilters
        A list of selection filters.

        This is declared in the Bundle-NativeCode header, if it is not specified this field must be empty.

    • Constructor Detail

      • NativeCodeEntryDTO

        public NativeCodeEntryDTO()