Package org.nuxeo.runtime.test.runner
Class HotDeployer.DefaultDeployHandler
java.lang.Object
org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
org.nuxeo.runtime.test.runner.HotDeployer.DefaultDeployHandler
- Enclosing class:
- HotDeployer
This action has no next action and will deploy the contributions and then reload the component manager
- Author:
- bogdan
-
Field Summary
Fields inherited from class org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
next
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultDeployHandler
protected DefaultDeployHandler()
-
-
Method Details
-
exec
Description copied from class:HotDeployer.ActionHandler
Can wrap another deploy action with custom code. Should call the next action usingnext.exec(action, args...)
- Specified by:
exec
in classHotDeployer.ActionHandler
- Throws:
Exception
-
undeploy
- Throws:
Exception
-
deploy
- Throws:
Exception
-
restart
public void restart() -
reset
public void reset() -
reload
public void reload()
-