Class DevReloadBridge


  • public class DevReloadBridge
    extends Object
    This class is used from DevFrameworkBootstrap class by reflection. It is instantiated by reflection too, so keep the default constructor.
    Since:
    9.3
    API Note:
    We need to keep common type for arguments and returned value.
    • Constructor Detail

      • DevReloadBridge

        public DevReloadBridge()
        Keep this default constructor. The class is instantiated from ReloadServiceInvoker by reflection.
    • Method Detail

      • reloadBundles

        public Map<String,​String> reloadBundles​(List<String> bundleNamesToUndeploy,
                                                      List<File> bundlesToDeploy)
        Returns:
        the deployed bundles as a map associating the bundle symbolic name to its location.