com.liferay.portal.deploy.auto
Class BaseAutoDeployListener

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

Deprecated. This class has been repackaged at com.liferay.portal.kernel.deploy.auto.

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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BaseAutoDeployListener()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
isExtPlugin, isHookPlugin, isMatchingFile, isMatchingFileExtension, isThemePlugin, isWebPlugin
 
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()
Deprecated.