public class ReloadServiceInvoker extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Method |
deployBundles |
protected Object |
devReloadBridge |
protected Method |
flush |
protected Method |
flushSeam |
protected Method |
getOSGIBundleName |
protected Method |
installWebResources
Deprecated.
since 5.6, use
runDeploymentPreprocessor instead, also see
org.nuxeo.runtime.reload.ReloadService |
protected Method |
reload |
protected Method |
reloadBundles |
protected Method |
reloadSeam |
protected Object |
reloadService |
protected Method |
runDeploymentPreprocessor
Method to run the deployment preprocessor, previously handled by the deployBundle method
|
protected Method |
undeployBundles |
| Constructor and Description |
|---|
ReloadServiceInvoker(ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deployBundles(List<File> files)
Deprecated.
since 9.3, use
reloadBundles(List, List) instead. Kept for backward compatibility. |
protected void |
flush() |
protected void |
flushSeam() |
protected String |
getOSGIBundleName(File file) |
void |
hotDeployBundles(DevBundle[] bundles)
Deprecated.
since 9.3, use
hotReloadBundles(DevBundle[], DevBundle[]) instead, keep it for backward
compatibility |
DevBundle[] |
hotReloadBundles(DevBundle[] devBundlesToUndeploy,
DevBundle[] devBundlesToDeploy) |
void |
hotUndeployBundles(DevBundle[] bundles)
Deprecated.
since 9.3, use
hotReloadBundles(DevBundle[], DevBundle[]) instead, keep it for backward
compatibility |
protected void |
installWebResources(File file)
Deprecated.
since 5.6, use
runDeploymentPreprocessor() instead, also see
org.nuxeo.runtime.reload.ReloadService |
protected void |
reload() |
protected Map<String,String> |
reloadBundles(List<String> bundlesToUndeploy,
List<File> bundlesToDeploy) |
protected void |
reloadSeam() |
protected void |
runDeploymentPreprocessor() |
protected void |
undeployBundles(List<String> bundleNames)
Deprecated.
since 9.3, use
reloadBundles(List, List) instead. Kept for backward compatibility. |
protected Object reloadService
protected Method deployBundles
protected Method undeployBundles
protected Method runDeploymentPreprocessor
protected Method installWebResources
runDeploymentPreprocessor instead, also see
org.nuxeo.runtime.reload.ReloadServiceprotected Method reloadSeam
protected Object devReloadBridge
protected Method reloadBundles
protected Method getOSGIBundleName
public ReloadServiceInvoker(ClassLoader cl) throws ReflectiveOperationException
ReflectiveOperationException@Deprecated public void hotDeployBundles(DevBundle[] bundles) throws ReflectiveOperationException
hotReloadBundles(DevBundle[], DevBundle[]) instead, keep it for backward
compatibilityReflectiveOperationException@Deprecated public void hotUndeployBundles(DevBundle[] bundles) throws ReflectiveOperationException
hotReloadBundles(DevBundle[], DevBundle[]) instead, keep it for backward
compatibilityReflectiveOperationExceptionpublic DevBundle[] hotReloadBundles(DevBundle[] devBundlesToUndeploy, DevBundle[] devBundlesToDeploy) throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void deployBundles(List<File> files) throws ReflectiveOperationException
reloadBundles(List, List) instead. Kept for backward compatibility.ReflectiveOperationExceptionprotected void undeployBundles(List<String> bundleNames) throws ReflectiveOperationException
reloadBundles(List, List) instead. Kept for backward compatibility.ReflectiveOperationExceptionprotected void flush() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void flushSeam() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void reload() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void reloadSeam() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void runDeploymentPreprocessor() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected String getOSGIBundleName(File file) throws ReflectiveOperationException
ReflectiveOperationException@Deprecated protected void installWebResources(File file) throws ReflectiveOperationException
runDeploymentPreprocessor() instead, also see
org.nuxeo.runtime.reload.ReloadServiceReflectiveOperationExceptionprotected Map<String,String> reloadBundles(List<String> bundlesToUndeploy, List<File> bundlesToDeploy) throws ReflectiveOperationException
ReflectiveOperationExceptionCopyright © 2019 Nuxeo. All rights reserved.