Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy.auto.exploded.tomcat
Interface ExplodedTomcatDeployer

All Known Implementing Classes:
HookExplodedTomcatDeployer, LayoutTemplateExplodedTomcatDeployer, MVCPortletExplodedTomcatDeployer, PHPPortletExplodedTomcatDeployer, PortletExplodedTomcatDeployer, ThemeExplodedTomcatDeployer

public interface ExplodedTomcatDeployer


Method Summary
 void explodedTomcatDeploy(File contextFile, File webAppDir, PluginPackage pluginPackage)
           
 

Method Detail

explodedTomcatDeploy

void explodedTomcatDeploy(File contextFile,
                          File webAppDir,
                          PluginPackage pluginPackage)
                          throws AutoDeployException
Throws:
AutoDeployException

Liferay 6.1.2-ce-ga3