Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.deploy.auto
Interface AutoDeployer

All Known Implementing Classes:
BaseDeployer, ExtAutoDeployer, ExtDeployer, HookAutoDeployer, HookDeployer, HookExplodedTomcatDeployer, LayoutTemplateAutoDeployer, LayoutTemplateDeployer, LayoutTemplateExplodedTomcatDeployer, LiferayPackageAutoDeployer, MVCPortletAutoDeployer, MVCPortletExplodedTomcatDeployer, PHPPortletAutoDeployer, PHPPortletExplodedTomcatDeployer, PortletAutoDeployer, PortletDeployer, PortletExplodedTomcatDeployer, PortletSandboxDeployListener, ThemeAutoDeployer, ThemeDeployer, ThemeExplodedTomcatDeployer, ThemeSandboxDeployListener, WAIAutoDeployer, WebAutoDeployer, WebDeployer

public interface AutoDeployer


Field Summary
static int CODE_DEFAULT
           
static int CODE_NOT_APPLICABLE
           
static int CODE_SKIP_NEWER_VERSION
           
 
Method Summary
 int autoDeploy(AutoDeploymentContext autoDeploymentContext)
           
 

Field Detail

CODE_DEFAULT

static final int CODE_DEFAULT
See Also:
Constant Field Values

CODE_NOT_APPLICABLE

static final int CODE_NOT_APPLICABLE
See Also:
Constant Field Values

CODE_SKIP_NEWER_VERSION

static final int CODE_SKIP_NEWER_VERSION
See Also:
Constant Field Values
Method Detail

autoDeploy

int autoDeploy(AutoDeploymentContext autoDeploymentContext)
               throws AutoDeployException
Throws:
AutoDeployException

Liferay 6.1.2-ce-ga3