com.liferay.portal.deploy.auto
Class LiferayPackageAutoDeployer
java.lang.Object
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
| Fields inherited from interface com.liferay.portal.kernel.deploy.auto.AutoDeployer |
CODE_DEFAULT, CODE_NOT_APPLICABLE, CODE_SKIP_NEWER_VERSION |
|
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 |
LiferayPackageAutoDeployer
public LiferayPackageAutoDeployer()
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