org.apache.felix.framework.util.manifestparser
Class R4Library
java.lang.Object
org.apache.felix.framework.util.manifestparser.R4Library
public class R4Library
- extends Object
R4Library
public R4Library(String libraryFile,
String[] osnames,
String[] processors,
String[] osversions,
String[] languages,
String selectionFilter)
throws Exception
- Throws:
Exception
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
Copyright © 2011 Apache Software Foundation. All Rights Reserved.