Liferay 6.1.10-ee-ga1

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
           
 
Constructor Summary
LiferayPackageAutoDeployer()
           
 
Method Summary
 void autoDeploy(File file, String context)
           
 
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 void autoDeploy(File file,
                       String context)
                throws AutoDeployException
Specified by:
autoDeploy in interface AutoDeployer
Throws:
AutoDeployException

Liferay 6.1.10-ee-ga1