public class NativeLibrary extends Object
Constructor and Description |
---|
NativeLibrary(String libraryFile,
String[] osnames,
String[] processors,
String[] osversions,
String[] languages,
String selectionFilter) |
Modifier and Type | Method and Description |
---|---|
String |
getEntryName() |
String[] |
getLanguages() |
String[] |
getOSNames() |
String[] |
getOSVersions() |
String[] |
getProcessors() |
String |
getSelectionFilter() |
boolean |
match(Map configMap,
String name)
Determines if the specified native library name matches this native
library definition.
|
String |
toString() |
public String getEntryName()
public String[] getOSNames()
public String[] getProcessors()
public String[] getOSVersions()
public String[] getLanguages()
public String getSelectionFilter()
public boolean match(Map configMap, String name)
Determines if the specified native library name matches this native library definition.
name
- the native library name to try to match.Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.