Package org.nuxeo.runtime.reload
Class ReloadContext
java.lang.Object
org.nuxeo.runtime.reload.ReloadContext
The reload actions to perform when reloading the Nuxeo server.
- Since:
- 9.3
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Path
The bundle destination relative path, it will be computed from runtime home (usually nxserver). -
Constructor Summary
ConstructorDescriptionReloadContext
(String bundlesDestination) Constructor which takes the destination as argument.ReloadContext
(Path bundlesDestination) Constructor which takes the destination as argument. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
bundlesNamesToUndeploy
-
bundlesToDeploy
-
bundlesDestination
The bundle destination relative path, it will be computed from runtime home (usually nxserver).
-
-
Constructor Details
-
ReloadContext
public ReloadContext() -
ReloadContext
Constructor which takes the destination as argument. The given path must be relative to nxserver directory. -
ReloadContext
Constructor which takes the destination as argument. The given path must be relative to nxserver directory.
-
-
Method Details
-
undeploy
-
undeploy
-
deploy
-
deploy
-