Uses of Interface
org.osgi.resource.Resource
Packages that use Resource
Package
Description
Framework Wiring Package Version 1.2.
Resource Package Version 1.0.
Resolver Service Package Version 1.1.
-
Uses of Resource in org.osgi.framework.wiring
Subinterfaces of Resource in org.osgi.framework.wiring -
Uses of Resource in org.osgi.resource
Methods in org.osgi.resource that return ResourceModifier and TypeMethodDescriptionWire.getProvider()
Returns the resource providing thecapability
.Wire.getRequirer()
Returns the resource whorequires
thecapability
.Capability.getResource()
Returns the resource declaring this capability.Requirement.getResource()
Returns the resource declaring this requirement.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 ResourceModifier and TypeMethodDescriptionHostedCapability.getResource()
Return the Resource that hosts this Capability.Methods in org.osgi.service.resolver that return types with arguments of type ResourceModifier and TypeMethodDescriptionResolveContext.findRelatedResources
(Resource resource) Find resources that are related to the given resource.ResolveContext.getMandatoryResources()
Return the resources that must be resolved for this resolve context.ResolveContext.getOptionalResources()
Return the resources that the resolver should attempt to resolve for this resolve context.ResolveContext.getWirings()
Returns the wirings for existing resolved resources.Resolver.resolve
(ResolveContext context) Resolve the specified resolve context and return any new resources and wires to the caller.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 ResourceModifier and TypeMethodDescriptionResolveContext.findRelatedResources
(Resource resource) Find resources that are related to the given resource.