Uses of Class
org.nuxeo.runtime.tomcat.dev.DevBundle
Packages that use DevBundle
-
Uses of DevBundle in org.nuxeo.runtime.tomcat.dev
Fields in org.nuxeo.runtime.tomcat.dev declared as DevBundleMethods in org.nuxeo.runtime.tomcat.dev that return DevBundleModifier and TypeMethodDescriptionDevBundlesManager.getDevBundles()DevFrameworkBootstrap.getDevBundles()ReloadServiceInvoker.hotReloadBundles(DevBundle[] devBundlesToUndeploy, DevBundle[] devBundlesToDeploy) static DevBundleDevBundle.parseDevBundleLine(String line) static DevBundle[]DevBundle.parseDevBundleLines(InputStream is) Methods in org.nuxeo.runtime.tomcat.dev with parameters of type DevBundleModifier and TypeMethodDescriptionReloadServiceInvoker.hotReloadBundles(DevBundle[] devBundlesToUndeploy, DevBundle[] devBundlesToDeploy) protected voidDevFrameworkBootstrap.reloadDevBundles(DevBundle[] bundles) protected voidDevFrameworkBootstrap.writeDevBundles(DevBundle[] devBundles) Writes to theDevFrameworkBootstrap.devBundlesFilethe inputdevBundlesby replacing the former file.