Liferay 6.1.10-ee-ga1

com.liferay.portal.deploy.auto
Interface AutoDeployer

All Known Implementing Classes:
ExtAutoDeployer, HookAutoDeployer, HookExplodedTomcatDeployer, LayoutTemplateAutoDeployer, LayoutTemplateExplodedTomcatDeployer, LiferayPackageAutoDeployer, MVCPortletAutoDeployer, MVCPortletExplodedTomcatDeployer, PHPPortletAutoDeployer, PHPPortletExplodedTomcatDeployer, PortletAutoDeployer, PortletExplodedTomcatDeployer, ThemeAutoDeployer, ThemeExplodedTomcatDeployer, WAIAutoDeployer, WebAutoDeployer

public interface AutoDeployer


Method Summary
 void autoDeploy(File file, String context)
           
 

Method Detail

autoDeploy

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

Liferay 6.1.10-ee-ga1