Class NativeLibrary
- java.lang.Object
-
- org.apache.felix.framework.util.manifestparser.NativeLibrary
-
public class NativeLibrary extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NativeLibrary(java.lang.String libraryFile, java.lang.String[] osnames, java.lang.String[] processors, java.lang.String[] osversions, java.lang.String[] languages, java.lang.String selectionFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEntryName()java.lang.String[]getLanguages()java.lang.String[]getOSNames()java.lang.String[]getOSVersions()java.lang.String[]getProcessors()java.lang.StringgetSelectionFilter()booleanmatch(java.util.Map configMap, java.lang.String name)Determines if the specified native library name matches this native library definition.java.lang.StringtoString()
-
-
-
Method Detail
-
getEntryName
public java.lang.String getEntryName()
-
getOSNames
public java.lang.String[] getOSNames()
-
getProcessors
public java.lang.String[] getProcessors()
-
getOSVersions
public java.lang.String[] getOSVersions()
-
getLanguages
public java.lang.String[] getLanguages()
-
getSelectionFilter
public java.lang.String getSelectionFilter()
-
match
public boolean match(java.util.Map configMap, java.lang.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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-