Uses of Interface
org.osgi.resource.Resource

Packages that use Resource
aQute.bnd.indexer   
aQute.bnd.osgi.resource   
org.osgi.resource Resource Package Version 1.0. 
 

Uses of Resource in aQute.bnd.indexer
 

Fields in aQute.bnd.indexer declared as Resource
 Resource RepoIndex.IndexResult.resource
           
 

Uses of Resource in aQute.bnd.osgi.resource
 

Classes in aQute.bnd.osgi.resource that implement Resource
 class PersistentResource
          This class provides an efficient way to store a resource through JSON serialization.
 

Methods in aQute.bnd.osgi.resource that return Resource
 Resource ResourceBuilder.build()
           
 Resource PersistentResource.getResource()
           
 Resource PersistentResource.RC.getResource()
          Deprecated.  
 

Methods in aQute.bnd.osgi.resource with parameters of type Resource
 CapReqBuilder CapReqBuilder.setResource(Resource resource)
           
 String FilterParser.simple(Resource resource)
           
 

Constructors in aQute.bnd.osgi.resource with parameters of type Resource
PersistentResource(Resource resource)
           
 

Uses of Resource in org.osgi.resource
 

Methods in org.osgi.resource that return Resource
 Resource Wire.getProvider()
          Returns the resource providing the capability.
 Resource Wire.getRequirer()
          Returns the resource who requires the capability.
 Resource Wiring.getResource()
          Returns the resource associated with this wiring.
 Resource Requirement.getResource()
          Returns the resource declaring this requirement.
 Resource Capability.getResource()
          Returns the resource declaring this capability.
 



Copyright © 2014 aQute SARL. All rights reserved.