Liferay 7.0-ga1 portal-impl

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:
com.liferay.portal.kernel.deploy.auto.AutoDeployListener

public class PortletAutoDeployListener
extends com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener


Constructor Summary
PortletAutoDeployListener()
           
 
Method Summary
protected  com.liferay.portal.kernel.deploy.auto.AutoDeployer buildAutoDeployer()
           
protected  String getPluginPathInfoMessage(File file)
           
protected  String getSuccessMessage(File file)
           
protected  boolean isDeployable(File file)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
deploy, isDeployable
 
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

buildAutoDeployer

protected com.liferay.portal.kernel.deploy.auto.AutoDeployer buildAutoDeployer()
                                                                        throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Specified by:
buildAutoDeployer in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

getPluginPathInfoMessage

protected String getPluginPathInfoMessage(File file)
Specified by:
getPluginPathInfoMessage in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener

getSuccessMessage

protected String getSuccessMessage(File file)
Specified by:
getSuccessMessage in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener

isDeployable

protected boolean isDeployable(File file)
                        throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Specified by:
isDeployable in class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

Liferay 7.0-ga1 portal-impl