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
public abstract static class HotDeployer.ActionHandler extends Object
Deploy actions are usually used by features to customize the deployment of the runtime feature (which is using the DeaultDeployAction)- Author:
- bogdan
-
-
Field Summary
Fields Modifier and Type Field Description protected HotDeployer.ActionHandler
next
-
Constructor Summary
Constructors Constructor Description ActionHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
exec(String action, String... args)
Can wrap another deploy action with custom code.
-
-
-
Field Detail
-
next
protected HotDeployer.ActionHandler next
-
-