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 class
BundleRevisionImpl
-
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.
-