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 Details

  • Constructor Details

    • ActionHandler

      public ActionHandler()
  • Method Details

    • exec

      public abstract void exec(String action, String... args) throws Exception
      Can wrap another deploy action with custom code. Should call the next action using next.exec(action, args...)
      Throws:
      Exception