Package it.geosolutions.geobatch.task

Examples of it.geosolutions.geobatch.task.TaskExecutor


        teConfig.setTimeOut(120000l);
//                teConfig.setVariables(getVariables());
        teConfig.setConfigDir(configDir);
        teConfig.setXsl(rasterizeConfig.getTaskExecutorXslFileName());

        TaskExecutor tea = new TaskExecutor(teConfig);
//        tea.setRunningContext(tempDir.getAbsolutePath());
        tea.setTempDir(tempDir);
        tea.setConfigDir(configDir);

        File outFile = SingleFileActionExecutor.execute(tea, inputFile);
        // taskexec just returns the input file

        if ( errorFile.length() != 0) {
View Full Code Here

TOP

Related Classes of it.geosolutions.geobatch.task.TaskExecutor

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.