Package org.nuxeo.runtime.reload
Class DevReloadBridge
- java.lang.Object
-
- org.nuxeo.runtime.reload.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 Summary
Constructors Constructor Description DevReloadBridge()
Keep this default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
reloadBundles(List<String> bundleNamesToUndeploy, List<File> bundlesToDeploy)
-