Uses of Interface
org.osgi.resource.Resource
-
Packages that use Resource Package Description org.apache.felix.framework org.apache.felix.framework.util org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.resource Resource Package Version 1.0. -
-
Uses of Resource in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Resource Modifier and Type Class Description classBundleRevisionImplMethods in org.apache.felix.framework that return types with arguments of type Resource Modifier and Type Method Description java.util.Collection<Resource>ResolveContextImpl. findRelatedResources(Resource resource)java.util.Collection<Resource>ResolveContextImpl. getMandatoryResources()java.util.Collection<Resource>ResolveContextImpl. getOndemandResources(Resource host)java.util.Collection<Resource>ResolveContextImpl. getOptionalResources()java.util.Map<Resource,Wiring>ResolveContextImpl. getWirings()Methods in org.apache.felix.framework with parameters of type Resource Modifier and Type Method Description java.util.Collection<Resource>ResolveContextImpl. findRelatedResources(Resource resource)java.util.Collection<Resource>ResolveContextImpl. getOndemandResources(Resource host) -
Uses of Resource in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type Resource Modifier and Type Method Description static booleanUtil. isFragment(Resource resource) -
Uses of Resource in org.osgi.framework.wiring
Subinterfaces of Resource in org.osgi.framework.wiring Modifier and Type Interface Description interfaceBundleRevisionBundle Revision. -
Uses of Resource in org.osgi.resource
Methods in org.osgi.resource that return Resource Modifier and Type Method Description ResourceWire. getProvider()Returns the resource providing thecapability.ResourceWire. getRequirer()Returns the resource whorequiresthecapability.ResourceCapability. getResource()Returns the resource declaring this capability.ResourceRequirement. getResource()Returns the resource declaring this requirement.ResourceWiring. getResource()Returns the resource associated with this wiring.
-