Class HotDeployer.ActionHandler

    • Constructor Detail

      • ActionHandler

        public ActionHandler()
    • Method Detail

      • 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