Liferay 6.0.5

com.liferay.portal.deploy
Class DeployUtil

java.lang.Object
  extended by com.liferay.portal.deploy.DeployUtil

public class DeployUtil
extends Object


Method Summary
static String getAutoDeployDestDir()
           
static String getAutoDeployServerDestDir()
           
static String getResourcePath(String resource)
           
static void undeploy(String appServerType, File deployDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAutoDeployDestDir

public static String getAutoDeployDestDir()
                                   throws Exception
Throws:
Exception

getAutoDeployServerDestDir

public static String getAutoDeployServerDestDir()
                                         throws Exception
Throws:
Exception

getResourcePath

public static String getResourcePath(String resource)
                              throws Exception
Throws:
Exception

undeploy

public static void undeploy(String appServerType,
                            File deployDir)
                     throws Exception
Throws:
Exception

Liferay 6.0.5