Liferay 6.2.0-ce-m1

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
protected  String baseDir
           
 
Fields inherited from interface com.liferay.portal.deploy.auto.AutoDeployer
CODE_DEFAULT, CODE_SKIP_NEWER_VERSION
 
Constructor Summary
LiferayPackageAutoDeployer()
           
 
Method Summary
 int autoDeploy(AutoDeploymentContext autoDeploymentContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseDir

protected String baseDir
Constructor Detail

LiferayPackageAutoDeployer

public LiferayPackageAutoDeployer()
Method Detail

autoDeploy

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

Liferay 6.2.0-ce-m1