Package aQute.bnd.osgi.resource
Interface ResourceUtils.BundleCap
-
- All Superinterfaces:
org.osgi.resource.Capability
- Enclosing class:
- ResourceUtils
public static interface ResourceUtils.BundleCap extends org.osgi.resource.Capability
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Version
bundle_version()
java.lang.String
osgi_wiring_bundle()
boolean
singleton()
-
-
-
Method Detail
-
osgi_wiring_bundle
java.lang.String osgi_wiring_bundle()
-
singleton
boolean singleton()
-
bundle_version
Version bundle_version()
-
-