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()
String
getDevBundlesLocation()
boolean
isTimerRunning()
void
loadDevBundles()
void
resetDevBundles(String location)
void
toggleTimer()
-