Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.deploy.auto
Class LiferayPackageAutoDeployer

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

public class LiferayPackageAutoDeployer
extends Object
implements com.liferay.portal.kernel.deploy.auto.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(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext)
           
 com.liferay.portal.kernel.deploy.auto.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(com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext autoDeploymentContext)
               throws com.liferay.portal.kernel.deploy.auto.AutoDeployException
Specified by:
autoDeploy in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer
Throws:
com.liferay.portal.kernel.deploy.auto.AutoDeployException

cloneAutoDeployer

public com.liferay.portal.kernel.deploy.auto.AutoDeployer cloneAutoDeployer()
Specified by:
cloneAutoDeployer in interface com.liferay.portal.kernel.deploy.auto.AutoDeployer

Liferay 7.0-ce-b7 portal-impl