Package it.geosolutions.geobatch.actions.freemarker

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


        if (LOGGER.isDebugEnabled()) {
            LOGGER.debug("-------------------- FreeMarker - rasterize ----------------");
        }

        // relative to the working dir
        FreeMarkerConfiguration fmc = new FreeMarkerConfiguration("unredd_freemarker", "unredd_freemarker", "unredd_freemarker");
        fmc.setConfigDir(configDir);
        fmc.setRoot(fmRoot);
        // relative to the working dir
        fmc.setInput(rasterizeConfig.getFreeMarkerTemplate());
        fmc.setOutput(tempDir.getAbsolutePath());

        // SIMULATE THE EventObject on the queue

        final File file = File.createTempFile("fm_", ".xml", tempDir);
View Full Code Here

TOP

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

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.