Class BundlesFromLookupResolvedEvent


  • public class BundlesFromLookupResolvedEvent
    extends ConfigurationPhaseEvent
    Called if at least one bundle recognized using bundles lookup. Not called at if nothing found. Provides list of found bundles.

    Note: some of these bundles could be actually disabled and not used further.

    Since:
    21.04.2018
    • Constructor Detail

      • BundlesFromLookupResolvedEvent

        public BundlesFromLookupResolvedEvent​(EventsContext context,
                                              java.util.List<GuiceyBundle> bundles)
    • Method Detail

      • getBundles

        public java.util.List<GuiceyBundle> getBundles()
        Returns:
        list of bundles found on lookup