Uses of Interface
org.osgi.resource.Resource
-
Packages that use Resource Package Description org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.resource Resource Package Version 1.0.org.osgi.service.resolver Resolver Service Package Version 1.1. -
-
Uses of Resource in org.osgi.framework.wiring
Subinterfaces of Resource in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleRevision
Bundle Revision. -
Uses of Resource in org.osgi.resource
Methods in org.osgi.resource that return Resource Modifier and Type Method Description Resource
Wire. getProvider()
Returns the resource providing thecapability
.Resource
Wire. getRequirer()
Returns the resource whorequires
thecapability
.Resource
Capability. getResource()
Returns the resource declaring this capability.Resource
Requirement. getResource()
Returns the resource declaring this requirement.Resource
Wiring. getResource()
Returns the resource associated with this wiring. -
Uses of Resource in org.osgi.service.resolver
Methods in org.osgi.service.resolver that return Resource Modifier and Type Method Description Resource
HostedCapability. getResource()
Return the Resource that hosts this Capability.Methods in org.osgi.service.resolver that return types with arguments of type Resource Modifier and Type Method Description java.util.Collection<Resource>
ResolveContext. findRelatedResources(Resource resource)
Find resources that are related to the given resource.java.util.Collection<Resource>
ResolveContext. getMandatoryResources()
Return the resources that must be resolved for this resolve context.java.util.Collection<Resource>
ResolveContext. getOptionalResources()
Return the resources that the resolver should attempt to resolve for this resolve context.abstract java.util.Map<Resource,Wiring>
ResolveContext. getWirings()
Returns the wirings for existing resolved resources.java.util.Map<Resource,java.util.List<Wire>>
Resolver. resolve(ResolveContext context)
Resolve the specified resolve context and return any new resources and wires to the caller.java.util.Map<Resource,java.util.List<Wire>>
Resolver. resolveDynamic(ResolveContext context, Wiring hostWiring, Requirement dynamicRequirement)
Resolves a given requirement dynamically for the given host wiring using the given resolve context and return any new resources and wires to the caller.Methods in org.osgi.service.resolver with parameters of type Resource Modifier and Type Method Description java.util.Collection<Resource>
ResolveContext. findRelatedResources(Resource resource)
Find resources that are related to the given resource.
-