Liferay 6.0.5

com.liferay.portal.deploy.auto
Class PortletAutoDeployListener

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

public class PortletAutoDeployListener
extends BaseAutoDeployListener


Constructor Summary
PortletAutoDeployListener()
           
 
Method Summary
 void deploy(File file)
           
protected  AutoDeployer getMvcDeployer()
           
protected  AutoDeployer getPhpDeployer()
           
protected  AutoDeployer getWaiDeployer()
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
isExtPlugin, 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(File file)
            throws AutoDeployException
Throws:
AutoDeployException

getMvcDeployer

protected AutoDeployer getMvcDeployer()

getPhpDeployer

protected AutoDeployer getPhpDeployer()
                               throws AutoDeployException
Throws:
AutoDeployException

getWaiDeployer

protected AutoDeployer getWaiDeployer()
                               throws AutoDeployException
Throws:
AutoDeployException

Liferay 6.0.5