Liferay 6.1.10-ee-ga1

com.liferay.portal.deploy.auto
Class ThemeAutoDeployListener

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

public class ThemeAutoDeployListener
extends BaseAutoDeployListener


Constructor Summary
ThemeAutoDeployListener()
           
 
Method Summary
 void deploy(File file, String context)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener
isExtPlugin, isHookPlugin, isLiferayPackage, isMatchingFile, isMatchingFileExtension, isThemePlugin, isWebPlugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeAutoDeployListener

public ThemeAutoDeployListener()
Method Detail

deploy

public void deploy(File file,
                   String context)
            throws AutoDeployException
Throws:
AutoDeployException

Liferay 6.1.10-ee-ga1