com.vaadin.flow.server.osgi.

Class 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.

    Since:

    1.2

    Author:

    Vaadin Ltd

    • Constructor Detail

      • VaadinBundleTracker

        public VaadinBundleTracker(BundleContext context)

        Creates a new instance of a bundle tracker.

        Parameters:

        context - the BundleContext against which the tracking is done

    • Method Detail

      • addingBundle

        public Bundle addingBundle(Bundle bundle,
                                   BundleEvent event)