Class NativeLibrary

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

public class NativeLibrary extends Object
  • 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