Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy.auto.exploded.tomcat
Class HookExplodedTomcatListener

java.lang.Object
  extended by com.liferay.portal.deploy.auto.exploded.tomcat.BaseExplodedTomcatListener
      extended by com.liferay.portal.deploy.auto.exploded.tomcat.HookExplodedTomcatListener
All Implemented Interfaces:
AutoDeployListener

public class HookExplodedTomcatListener
extends BaseExplodedTomcatListener


Constructor Summary
HookExplodedTomcatListener()
           
 
Method Summary
protected  int deploy(File file)
           
 
Methods inherited from class com.liferay.portal.deploy.auto.exploded.tomcat.BaseExplodedTomcatListener
copyContextFile, deploy, getDocBaseDir, isMatchingFileExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HookExplodedTomcatListener

public HookExplodedTomcatListener()
Method Detail

deploy

protected int deploy(File file)
              throws AutoDeployException
Specified by:
deploy in class BaseExplodedTomcatListener
Throws:
AutoDeployException

Liferay 6.1.2-ce-ga3