Example usage for com.liferay.portal.kernel.deploy.auto AutoDeployListener interface-usage

List of usage examples for com.liferay.portal.kernel.deploy.auto AutoDeployListener interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.deploy.auto AutoDeployListener interface-usage.

Usage

From source file com.sqli.liferay.imex.portal.kernel.deploy.auto.ImExAutoDeployListener.java

public class ImExAutoDeployListener implements AutoDeployListener {

    private final static String[] DATADIR_EXTENSIONS = { "", ".imex" };
    private final static String[] ZIPFILE_EXTENSIONS = { ".zip", ".imex.zip", };

    private ThreadLocal<File> temp = new ThreadLocal<File>();