Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.deploy.auto
Class HookAutoDeployListener

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

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


Constructor Summary
HookAutoDeployListener()
           
 
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

HookAutoDeployListener

public HookAutoDeployListener()
Method Detail

buildAutoDeployer

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

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-ce-b8 portal-impl