public abstract class BaseExplodedTomcatListener
extends java.lang.Object
implements com.liferay.portal.kernel.deploy.auto.AutoDeployListener
| Constructor and Description |
|---|
BaseExplodedTomcatListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyContextFile(java.io.File file) |
int |
deploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext) |
protected abstract int |
deploy(java.io.File file) |
java.io.File |
getDocBaseDir(java.io.File file,
java.lang.String checkXmlFile) |
boolean |
isMatchingFileExtension(java.io.File file) |
public void copyContextFile(java.io.File file)
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic int deploy(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext)
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
deploy in interface com.liferay.portal.kernel.deploy.auto.AutoDeployListenercom.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic java.io.File getDocBaseDir(java.io.File file,
java.lang.String checkXmlFile)
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployExceptionpublic boolean isMatchingFileExtension(java.io.File file)
protected abstract int deploy(java.io.File file)
throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
com.liferay.portal.kernel.deploy.auto.AutoDeployException