Uses of Interface
org.osgi.resource.Resource
-
Packages that use Resource Package Description org.apache.felix.framework 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 classBundleRevisionImpl -
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.
-