Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy.auto
Class WebAutoDeployListener

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
      extended by com.liferay.portal.deploy.auto.WebAutoDeployListener
All Implemented Interfaces:
AutoDeployListener

public class WebAutoDeployListener
extends BaseAutoDeployListener


Constructor Summary
WebAutoDeployListener()
           
 
Method Summary
 int deploy(AutoDeploymentContext autoDeploymentContext)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
isExtPlugin, isHookPlugin, isLiferayPackage, isMatchingFile, isMatchingFileExtension, isThemePlugin, isWebPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAutoDeployListener

public WebAutoDeployListener()
Method Detail

deploy

public int deploy(AutoDeploymentContext autoDeploymentContext)
           throws AutoDeployException
Throws:
AutoDeployException

Liferay 6.1.2-ce-ga3