Liferay 6.2-ce-ga5

com.liferay.portal.deploy.auto
Class LiferayPackageAutoDeployer

java.lang.Object
  extended by com.liferay.portal.deploy.auto.LiferayPackageAutoDeployer
All Implemented Interfaces:
AutoDeployer

public class LiferayPackageAutoDeployer
extends Object
implements AutoDeployer


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
CODE_DEFAULT, CODE_NOT_APPLICABLE, CODE_SKIP_NEWER_VERSION
 
Constructor Summary
LiferayPackageAutoDeployer()
           
 
Method Summary
 int autoDeploy(AutoDeploymentContext autoDeploymentContext)
           
 AutoDeployer cloneAutoDeployer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayPackageAutoDeployer

public LiferayPackageAutoDeployer()
Method Detail

autoDeploy

public int autoDeploy(AutoDeploymentContext autoDeploymentContext)
               throws AutoDeployException
Specified by:
autoDeploy in interface AutoDeployer
Throws:
AutoDeployException

cloneAutoDeployer

public AutoDeployer cloneAutoDeployer()
Specified by:
cloneAutoDeployer in interface AutoDeployer

Liferay 6.2-ce-ga5