Author: pderop
Date: Tue Oct 9 14:45:24 2018
New Revision: 1843294
URL: http://svn.apache.org/viewvc?rev=1843294&view=rev
Log:
dm r12 updates
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-bundle.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-bundle.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-bundle.mdtext?rev=1843294&r1=1843293&r2=1843294&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-bundle.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/reference/dependency-bundle.mdtext
Tue Oct 9 14:45:24 2018
@@ -4,8 +4,8 @@ A bundle dependency allows you to depend
You can also use a filter condition that is matched against all manifest
entries. Finally you can provide a
reference to an existing bundle.
-To declare a bundle dependency, you need to use the createServiceDependency
inherited from the DependencyActivatorBase, or available from the
-DependencyManager class.
+To define a bundle dependency, you need to use the
[BundleDependecy](http://felix.staging.apache.org/apidocs/dependencymanager/r12/org/apache/felix/dm/BundleDependency.html)
interface.
+This interface can be created using
DependencyActivatorBase.createBundleDependency() or
DependencyManager.createBundleDependency() methods;
Here is an example of a component which tracks all ACTIVE bundles having a
Service-Component header in the manifest: