Uses of Interface
org.nuxeo.runtime.reload.ReloadService
-
Packages that use ReloadService Package Description org.nuxeo.connect.update.task.live.commands org.nuxeo.runtime.reload -
-
Uses of ReloadService in org.nuxeo.connect.update.task.live.commands
Methods in org.nuxeo.connect.update.task.live.commands with parameters of type ReloadService Modifier and Type Method Description protected CompositeCommand
Deploy. _deployDirectory(File dir, ReloadService service)
protected Undeploy
Deploy. _deployFile(File file, ReloadService service)
protected void
Undeploy. _undeployDirectory(File dir, ReloadService service)
protected void
Undeploy. _undeployFile(File file, ReloadService service)
protected CompositeCommand
Deploy. deployDirectory(File dir, ReloadService service)
Deprecated.since 9.3, reload mechanism has changed, keep it for backward compatibilityprotected Undeploy
Deploy. deployFile(File file, ReloadService service)
Deprecated.since 9.3, reload mechanism has changed, keep it for backward compatibilityprotected org.nuxeo.connect.update.task.Command
Deploy. doCompatRun(ReloadService srv)
Deprecated.since 9.3, reload mechanism has changed, keep it for backward compatibilityprotected void
Undeploy. undeployDirectory(File dir, ReloadService service)
Deprecated.since 9.3, reload mechanism has changed, keep it for backward compatibilityprotected void
Undeploy. undeployFile(File file, ReloadService service)
Deprecated.since 9.3, reload mechanism has changed, keep it for backward compatibility -
Uses of ReloadService in org.nuxeo.runtime.reload
Classes in org.nuxeo.runtime.reload that implement ReloadService Modifier and Type Class Description class
ReloadComponent
-