com.liferay.portal.deploy.auto
Class PortletAutoDeployListener

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

public class PortletAutoDeployListener
extends BaseAutoDeployListener

View Source

Author:
Ivica Cardic, Brian Wing Shun Chan, Jorge Ferrer

Constructor Summary
PortletAutoDeployListener()
           
 
Method Summary
 void deploy(java.io.File file)
           
protected  AutoDeployer getPhpDeployer()
           
protected  AutoDeployer getWaiDeployer()
           
 
Methods inherited from class com.liferay.portal.deploy.auto.BaseAutoDeployListener
isHookPlugin, isMatchingFile, isMatchingFileExtension, isThemePlugin, isWebPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAutoDeployListener

public PortletAutoDeployListener()
Method Detail

deploy

public void deploy(java.io.File file)
            throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

getPhpDeployer

protected AutoDeployer getPhpDeployer()
                               throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

getWaiDeployer

protected AutoDeployer getWaiDeployer()
                               throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException