Package org.nuxeo.runtime.test.runner
Class HotDeployer.ActionHandler
java.lang.Object
org.nuxeo.runtime.test.runner.HotDeployer.ActionHandler
- Direct Known Subclasses:
HotDeployer.DefaultDeployHandler
,TransactionalFeature.TransactionalDeployer
- Enclosing class:
- HotDeployer
Deploy actions are usually used by features to customize the deployment of the runtime feature (which is using
the DeaultDeployAction)
- Author:
- bogdan
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
next
-
-
Constructor Details
-
ActionHandler
public ActionHandler()
-
-
Method Details
-
exec
Can wrap another deploy action with custom code. Should call the next action usingnext.exec(action, args...)
- Throws:
Exception
-