com.liferay.portal.deploy.auto
Class BaseAutoDeployListener

java.lang.Object
  extended by com.liferay.portal.deploy.auto.BaseAutoDeployListener
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.auto.AutoDeployListener
Direct Known Subclasses:
HookAutoDeployListener, LayoutTemplateAutoDeployListener, PortletAutoDeployListener, ThemeAutoDeployListener, WebAutoDeployListener

public abstract class BaseAutoDeployListener
extends java.lang.Object
implements com.liferay.portal.kernel.deploy.auto.AutoDeployListener

View Source

Author:
Ivica Cardic, Brian Wing Shun Chan

Constructor Summary
BaseAutoDeployListener()
           
 
Method Summary
 boolean isHookPlugin(java.io.File file)
           
 boolean isMatchingFile(java.io.File file, java.lang.String checkXmlFile)
           
 boolean isMatchingFileExtension(java.io.File file)
           
 boolean isThemePlugin(java.io.File file)
           
 boolean isWebPlugin(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployListener
deploy
 

Constructor Detail

BaseAutoDeployListener

public BaseAutoDeployListener()
Method Detail

isHookPlugin

public boolean isHookPlugin(java.io.File file)
                     throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

isMatchingFile

public boolean isMatchingFile(java.io.File file,
                              java.lang.String checkXmlFile)
                       throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

isMatchingFileExtension

public boolean isMatchingFileExtension(java.io.File file)

isThemePlugin

public boolean isThemePlugin(java.io.File file)
                      throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

isWebPlugin

public boolean isWebPlugin(java.io.File file)
                    throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException