Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext

Packages that use AutoDeploymentContext
com.liferay.portal.kernel.deploy   
com.liferay.portal.kernel.deploy.auto   
 

Uses of AutoDeploymentContext in com.liferay.portal.kernel.deploy
 

Methods in com.liferay.portal.kernel.deploy with parameters of type AutoDeploymentContext
 void DeployManager.deploy(AutoDeploymentContext autoDeploymentContext)
           
static void DeployManagerUtil.deploy(AutoDeploymentContext autoDeploymentContext)
           
 

Uses of AutoDeploymentContext in com.liferay.portal.kernel.deploy.auto
 

Methods in com.liferay.portal.kernel.deploy.auto that return AutoDeploymentContext
protected  AutoDeploymentContext AutoDeployDir.buildAutoDeploymentContext(File file)
           
 

Methods in com.liferay.portal.kernel.deploy.auto with parameters of type AutoDeploymentContext
 int AutoDeployer.autoDeploy(AutoDeploymentContext autoDeploymentContext)
           
 int AutoDeployListener.deploy(AutoDeploymentContext autoDeploymentContext)
           
static void AutoDeployDir.deploy(AutoDeploymentContext autoDeploymentContext, List<AutoDeployListener> autoDeployListeners)
           
 


Liferay 6.2-ce-ga5