public class ReloadServiceInvoker extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Method |
deployBundle |
protected Method |
flush |
protected Method |
flushSeam |
protected Method |
installWebResources
Method to install local web resources, as the deployment preprocessor won't see dev bundles as defined by Nuxeo
IDE
|
protected Method |
reload |
protected Method |
reloadSeam |
protected Object |
reloadService |
protected Method |
runDeploymentPreprocessor
Method to run the deployment preprocessor, previously handled by the deployBundle method
|
protected Method |
undeployBundle |
| Constructor and Description |
|---|
ReloadServiceInvoker(ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
flush() |
void |
hotDeployBundles(DevBundle[] bundles) |
void |
hotUndeployBundles(DevBundle[] bundles) |
protected void |
reload() |
protected void |
reloadSeam() |
protected void |
runDeploymentPreprocessor() |
protected Object reloadService
protected Method deployBundle
protected Method undeployBundle
protected Method runDeploymentPreprocessor
protected Method installWebResources
protected Method reloadSeam
public ReloadServiceInvoker(ClassLoader cl) throws ReflectiveOperationException
ReflectiveOperationExceptionpublic void hotDeployBundles(DevBundle[] bundles) throws ReflectiveOperationException
ReflectiveOperationExceptionpublic void hotUndeployBundles(DevBundle[] bundles) throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void flush() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void reload() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void reloadSeam() throws ReflectiveOperationException
ReflectiveOperationExceptionprotected void runDeploymentPreprocessor() throws ReflectiveOperationException
ReflectiveOperationExceptionCopyright © 2016 Nuxeo SA. All rights reserved.