Uses of Class
org.apache.felix.framework.util.manifestparser.R4Library

Packages that use R4Library
org.apache.felix.framework.searchpolicy   
org.apache.felix.framework.util.manifestparser   
org.apache.felix.moduleloader   
 

Uses of R4Library in org.apache.felix.framework.searchpolicy
 

Methods in org.apache.felix.framework.searchpolicy that return R4Library
 R4Library[] ModuleDefinition.getLibraries()
           
 

Constructors in org.apache.felix.framework.searchpolicy with parameters of type R4Library
ModuleDefinition(ICapability[] capabilities, IRequirement[] requirements, IRequirement[] dynamicRequirements, R4Library[] libraries)
           
 

Uses of R4Library in org.apache.felix.framework.util.manifestparser
 

Methods in org.apache.felix.framework.util.manifestparser that return R4Library
 R4Library[] ManifestParser.getLibraries()
           This method returns the selected native library metadata from the manifest.
 

Uses of R4Library in org.apache.felix.moduleloader
 

Methods in org.apache.felix.moduleloader that return R4Library
 R4Library[] IModuleDefinition.getLibraries()