Package it.geosolutions.geobatch.action.scripting

Examples of it.geosolutions.geobatch.action.scripting.ScriptingAction


//        ScriptingService scriptService = new ScriptingService("scriptId","scriptName","scriptDescr");
//        if (!scriptService.canCreateAction(scriptConf))
//            throw new IllegalArgumentException("The arguments for the ScriptingAction are not complete or illegal");

        ScriptingAction scriptAction = new ScriptingAction(scriptConf);
        scriptAction.setTempDir(tempDir);
        scriptAction.setConfigDir(configDir);
       
       
        SingleFileActionExecutor.executeMultiReturn(scriptAction, null);
    }
View Full Code Here

TOP

Related Classes of it.geosolutions.geobatch.action.scripting.ScriptingAction

Copyright © 2018 www.massapicom. 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.