Liferay 6.2-ce-ga5

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:
AutoDeployListener

public class ModuleAutoDeployListener
extends BaseAutoDeployListener


Constructor Summary
ModuleAutoDeployListener()
           
 
Method Summary
 int deploy(AutoDeploymentContext autoDeploymentContext)
           
protected  boolean isModule(File file)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
isExtPlugin, isHookPlugin, isJarFile, isLayoutTemplatePlugin, isLiferayPackage, isMatchingFile, isMatchingFileExtension, isMatchingFileExtension, isThemePlugin, isWebPlugin
 
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

deploy

public int deploy(AutoDeploymentContext autoDeploymentContext)
           throws AutoDeployException
Throws:
AutoDeployException

isModule

protected boolean isModule(File file)
                    throws AutoDeployException
Throws:
AutoDeployException

Liferay 6.2-ce-ga5