Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy
Class DeployUtil

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

public class DeployUtil
extends Object


Method Summary
static void copyDependencyXml(String fileName, String targetDir, String targetFileName, Map<String,String> filterMap, boolean overwrite)
           
static String getAutoDeployDestDir()
           
static String getAutoDeployServerDestDir()
           
static String getResourcePath(String resource)
           
static void redeployJetty(String context)
           
static void redeployTomcat(String context)
           
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

copyDependencyXml

public static void copyDependencyXml(String fileName,
                                     String targetDir,
                                     String targetFileName,
                                     Map<String,String> filterMap,
                                     boolean overwrite)
                              throws Exception
Throws:
Exception

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

redeployJetty

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

redeployTomcat

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

undeploy

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

Liferay 6.1.2-ce-ga3