Package org.jahia.utils.zip

Examples of org.jahia.utils.zip.JahiaArchiveFileHandler


            logger.info("Start deploying new template package '" + packageName + "'");

            tmplRootFolder.mkdirs();

            try {
                new JahiaArchiveFileHandler(templateWar.getPath()).unzip(tmplRootFolder.getAbsolutePath(), TEMPLATE_FILTER);
            } catch (Exception e) {
                logger.error("Cannot unzip file: " + templateWar, e);
                return;
            }
           
View Full Code Here

TOP

Related Classes of org.jahia.utils.zip.JahiaArchiveFileHandler

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.