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. devBundles
Methods 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 DevBundle
DevBundle. 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 void
ReloadServiceInvoker. hotDeployBundles(DevBundle[] bundles)
Deprecated.since 9.3, useReloadServiceInvoker.hotReloadBundles(DevBundle[], DevBundle[])
instead, keep it for backward compatibilityDevBundle[]
ReloadServiceInvoker. hotReloadBundles(DevBundle[] devBundlesToUndeploy, DevBundle[] devBundlesToDeploy)
void
ReloadServiceInvoker. hotUndeployBundles(DevBundle[] bundles)
Deprecated.since 9.3, useReloadServiceInvoker.hotReloadBundles(DevBundle[], DevBundle[])
instead, keep it for backward compatibilityprotected void
DevFrameworkBootstrap. installNewClassLoader(DevBundle[] bundles)
Deprecated.since 9.3 not needed anymore, here for backward compatibility, seeDevFrameworkBootstrap.compatHotReload
protected void
DevFrameworkBootstrap. reloadDevBundles(DevBundle[] bundles)
protected void
DevFrameworkBootstrap. writeDevBundles(DevBundle[] devBundles)
Writes to theDevFrameworkBootstrap.devBundlesFile
the inputdevBundles
by replacing the former file.
-