Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.deploy.auto.exploded.tomcat.BaseExplodedTomcatListener
All Implemented Interfaces:
AutoDeployListener
Direct Known Subclasses:
HookExplodedTomcatListener, LayoutTemplateExplodedTomcatListener, PortletExplodedTomcatListener, ThemeExplodedTomcatListener

public abstract class BaseExplodedTomcatListener
extends Object
implements AutoDeployListener


Constructor Summary
BaseExplodedTomcatListener()
           
 
Method Summary
 void copyContextFile(File file)
           
 File getDocBaseDir(File file, String checkXmlFile)
           
 boolean isMatchingFileExtension(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

BaseExplodedTomcatListener

public BaseExplodedTomcatListener()
Method Detail

copyContextFile

public void copyContextFile(File file)
                     throws AutoDeployException
Throws:
AutoDeployException

getDocBaseDir

public File getDocBaseDir(File file,
                          String checkXmlFile)
                   throws AutoDeployException
Throws:
AutoDeployException

isMatchingFileExtension

public boolean isMatchingFileExtension(File file)

Liferay 6.0.5