Uses of Class
org.nuxeo.runtime.tomcat.dev.DevBundle
-
Uses of DevBundle in org.nuxeo.runtime.tomcat.dev
Modifier and TypeMethodDescriptionDevBundlesManager.getDevBundles()
DevFrameworkBootstrap.getDevBundles()
ReloadServiceInvoker.hotReloadBundles
(DevBundle[] devBundlesToUndeploy, DevBundle[] devBundlesToDeploy) static DevBundle
DevBundle.parseDevBundleLine
(String line) static DevBundle[]
DevBundle.parseDevBundleLines
(InputStream is) Modifier and TypeMethodDescriptionReloadServiceInvoker.hotReloadBundles
(DevBundle[] devBundlesToUndeploy, DevBundle[] devBundlesToDeploy) protected void
DevFrameworkBootstrap.reloadDevBundles
(DevBundle[] bundles) protected void
DevFrameworkBootstrap.writeDevBundles
(DevBundle[] devBundles) Writes to theDevFrameworkBootstrap.devBundlesFile
the inputdevBundles
by replacing the former file.