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
protected class HotDeployer.DefaultDeployHandler extends HotDeployer.ActionHandler
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
Constructors Modifier Constructor Description protected
DefaultDeployHandler()
-
-
-
Method Detail
-
exec
public void exec(String action, String... args) throws Exception
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
-
restart
public void restart()
-
reset
public void reset()
-
reload
public void reload()
-
-