Example usage for com.liferay.portal.kernel.deploy.auto.context AutoDeploymentContext getFile

List of usage examples for com.liferay.portal.kernel.deploy.auto.context AutoDeploymentContext getFile

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.deploy.auto.context AutoDeploymentContext getFile.

Prototype

public File getFile() 

Source Link

Usage

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

License:Open Source License

public void deploy(AutoDeploymentContext autoDeploymentContext) throws AutoDeployException {

    this.deploy(autoDeploymentContext.getFile(), autoDeploymentContext.getContext());

}