Uses of Class
org.nuxeo.runtime.tomcat.dev.DevBundle
-
Packages that use DevBundle Package Description org.nuxeo.runtime.tomcat.dev -
-
Uses of DevBundle in org.nuxeo.runtime.tomcat.dev
Fields in org.nuxeo.runtime.tomcat.dev declared as DevBundle Modifier and Type Field Description protected DevBundle[]DevFrameworkBootstrap. devBundlesMethods in org.nuxeo.runtime.tomcat.dev that return DevBundle Modifier and Type Method Description DevBundle[]DevBundlesManager. getDevBundles()DevBundle[]DevFrameworkBootstrap. getDevBundles()DevBundle[]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 DevBundle Modifier and Type Method Description voidReloadServiceInvoker. hotDeployBundles(DevBundle[] bundles)Deprecated.since 9.3, useReloadServiceInvoker.hotReloadBundles(DevBundle[], DevBundle[])instead, keep it for backward compatibilityDevBundle[]ReloadServiceInvoker. hotReloadBundles(DevBundle[] devBundlesToUndeploy, DevBundle[] devBundlesToDeploy)voidReloadServiceInvoker. hotUndeployBundles(DevBundle[] bundles)Deprecated.since 9.3, useReloadServiceInvoker.hotReloadBundles(DevBundle[], DevBundle[])instead, keep it for backward compatibilityprotected voidDevFrameworkBootstrap. installNewClassLoader(DevBundle[] bundles)Deprecated.since 9.3 not needed anymore, here for backward compatibility, seeDevFrameworkBootstrap.compatHotReloadprotected voidDevFrameworkBootstrap. reloadDevBundles(DevBundle[] bundles)protected voidDevFrameworkBootstrap. writeDevBundles(DevBundle[] devBundles)Writes to theDevFrameworkBootstrap.devBundlesFilethe inputdevBundlesby replacing the former file.
-