Uses of Interface
org.osgi.util.tracker.BundleTrackerCustomizer
Packages that use BundleTrackerCustomizer
-
Uses of BundleTrackerCustomizer in org.osgi.util.tracker
Classes in org.osgi.util.tracker that implement BundleTrackerCustomizerModifier and TypeClassDescriptionclassTheBundleTrackerclass simplifies tracking bundles much like theServiceTrackersimplifies tracking services.Constructors in org.osgi.util.tracker with parameters of type BundleTrackerCustomizerModifierConstructorDescriptionBundleTracker(org.osgi.framework.BundleContext context, int stateMask, BundleTrackerCustomizer customizer) Create aBundleTrackerfor bundles whose state is present in the specified state mask.