Class NativeLibrary

java.lang.Object
org.apache.felix.framework.util.manifestparser.NativeLibrary

public class NativeLibrary extends Object
  • Field Details

    • m_libraryFile

      private String m_libraryFile
    • m_osnames

      private String[] m_osnames
    • m_processors

      private String[] m_processors
    • m_osversions

      private String[] m_osversions
    • m_languages

      private String[] m_languages
    • m_selectionFilter

      private String m_selectionFilter
  • Constructor Details

  • Method Details

    • getEntryName

      public String getEntryName()
    • getOSNames

      public String[] getOSNames()
    • getProcessors

      public String[] getProcessors()
    • getOSVersions

      public String[] getOSVersions()
    • getLanguages

      public String[] getLanguages()
    • getSelectionFilter

      public String getSelectionFilter()
    • match

      public boolean match(Map configMap, String name)

      Determines if the specified native library name matches this native library definition.

      Parameters:
      name - the native library name to try to match.
      Returns:
      true if this native library name matches this native library definition; false otherwise.
    • toString

      public String toString()
      Overrides:
      toString in class Object