Package org.nuxeo.runtime.tomcat.dev
Interface DevBundlesManager
-
- All Known Implementing Classes:
DevFrameworkBootstrap
@MXBean(true) public interface DevBundlesManager
Expose dev bundles reloading feature to management interface- Since:
- 5.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DevBundle[]getDevBundles()StringgetDevBundlesLocation()booleanisTimerRunning()voidloadDevBundles()voidresetDevBundles(String location)voidtoggleTimer()
-