Package com.asakusafw.yaess.core

Examples of com.asakusafw.yaess.core.CommandScriptHandler.cleanUp()


    public void cleanup() throws Exception {
        CommandScriptHandler handler = handler();

        ExecutionContext context = new ExecutionContext(
                "tbatch", "tflow", "texec", ExecutionPhase.CLEANUP, map());
        handler.cleanUp(ExecutionMonitor.NULL, context);
    }

    /**
     * Script is missing.
     * @throws Exception if failed
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.