Liferay 7.0-ga1 portal-impl

com.liferay.portal.deploy.auto
Class ModuleAutoDeployListener

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

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


Constructor Summary
ModuleAutoDeployListener()
           
 
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)
           
protected  boolean isModule(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

ModuleAutoDeployListener

public ModuleAutoDeployListener()
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

isModule

protected boolean isModule(File file)
                    throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

Liferay 7.0-ga1 portal-impl