Liferay 6.0-ee-sp2

com.liferay.portal.kernel.deploy
Class DeployManagerUtil

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.DeployManagerUtil

public class DeployManagerUtil
extends Object


Constructor Summary
DeployManagerUtil()
           
 
Method Summary
static void deploy(File source)
           
static void deploy(File source, String context)
           
static String getDeployDir()
           
static DeployManager getDeployManager()
           
static void redeploy(String context)
           
 void setDeployManager(DeployManager deployManager)
           
static void undeploy(String context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployManagerUtil

public DeployManagerUtil()
Method Detail

deploy

public static void deploy(File source)
                   throws Exception
Throws:
Exception

deploy

public static void deploy(File source,
                          String context)
                   throws Exception
Throws:
Exception

getDeployDir

public static String getDeployDir()
                           throws Exception
Throws:
Exception

getDeployManager

public static DeployManager getDeployManager()

redeploy

public static void redeploy(String context)
                     throws Exception
Throws:
Exception

undeploy

public static void undeploy(String context)
                     throws Exception
Throws:
Exception

setDeployManager

public void setDeployManager(DeployManager deployManager)

Liferay 6.0-ee-sp2