List of usage examples for com.liferay.portal.kernel.deploy.auto.context AutoDeploymentContext getFile
public File getFile()
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()); }