public class ReloadContext extends Object
Modifier and Type | Field and Description |
---|---|
protected Path |
bundlesDestination
The bundle destination relative path, it will be computed from runtime home (usually nxserver).
|
protected List<String> |
bundlesNamesToUndeploy |
protected List<File> |
bundlesToDeploy |
Constructor and Description |
---|
ReloadContext() |
ReloadContext(Path bundlesDestination)
Constructor which takes the destination as argument.
|
ReloadContext(String bundlesDestination)
Constructor which takes the destination as argument.
|
Modifier and Type | Method and Description |
---|---|
ReloadContext |
deploy(File... bundleFiles) |
ReloadContext |
deploy(List<File> bundleFiles) |
ReloadContext |
undeploy(List<String> bundleNames) |
ReloadContext |
undeploy(String... bundleNames) |
protected final List<String> bundlesNamesToUndeploy
protected final List<File> bundlesToDeploy
protected final Path bundlesDestination
public ReloadContext()
public ReloadContext(String bundlesDestination)
public ReloadContext(Path bundlesDestination)
public ReloadContext undeploy(List<String> bundleNames)
public ReloadContext undeploy(String... bundleNames)
public ReloadContext deploy(List<File> bundleFiles)
public ReloadContext deploy(File... bundleFiles)
Copyright © 2018 Nuxeo. All rights reserved.