Package it.geosolutions.geobatch.actions.freemarker

Examples of it.geosolutions.geobatch.actions.freemarker.FreeMarkerAction


        // SIMULATE THE EventObject on the queue

        final File file = File.createTempFile("fm_", ".xml", tempDir);

        FreeMarkerAction fma = new FreeMarkerAction(fmc);
        fma.setTempDir(tempDir);

        File outFile = SingleFileActionExecutor.execute(fma, file);

        if(outFile == null)
            throw new ActionException(fma, "No output events from freemarker Action");
View Full Code Here

TOP

Related Classes of it.geosolutions.geobatch.actions.freemarker.FreeMarkerAction

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.