We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.osgi.
Class VaadinBundleTracker
- java.lang.Object
-
- <any>
-
- com.vaadin.flow.server.osgi.VaadinBundleTracker
-
public class VaadinBundleTracker extends <any>
Bundle tracker to discover all classes in active bundles.
The tracker scans for all classes in active bundles which have Vaadin-OSGi-Extender header and report them to the
OSGiAccess
instance.Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor and Description VaadinBundleTracker(BundleContext context)
Creates a new instance of a bundle tracker.
-