public class WebAppDeploymentUtil extends Object
| Constructor and Description |
|---|
WebAppDeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deployWebApplication(String backendURL,
String sessionCookie,
String webAppFilePath) |
static org.apache.commons.httpclient.methods.GetMethod |
invokeWebAppWithVirtualHost(String baseURL,
String webappName,
String vHostName) |
static boolean |
isFaultyWebApplicationUnDeployed(String backEndUrl,
String sessionCookie,
String webAppName) |
static boolean |
isWebApplicationDeployed(String backEndUrl,
String sessionCookie,
String webAppName) |
static boolean |
isWebApplicationDeployed(String backEndUrl,
String sessionCookie,
String webAppName,
String hostName) |
static boolean |
isWebApplicationUnDeployed(String backEndUrl,
String sessionCookie,
String webAppName) |
static boolean |
isWebAppRedeployed(String webAppName,
String previousData,
String endpoint) |
static void |
unDeployWebApplication(String backendURL,
String hostname,
String sessionCookie,
String webAppFileName) |
public static boolean isWebApplicationDeployed(String backEndUrl, String sessionCookie, String webAppName) throws Exception
Exceptionpublic static boolean isWebApplicationDeployed(String backEndUrl, String sessionCookie, String webAppName, String hostName) throws Exception
Exceptionpublic static boolean isWebApplicationUnDeployed(String backEndUrl, String sessionCookie, String webAppName) throws Exception
Exceptionpublic static boolean isFaultyWebApplicationUnDeployed(String backEndUrl, String sessionCookie, String webAppName) throws Exception
Exceptionpublic static void deployWebApplication(String backendURL, String sessionCookie, String webAppFilePath) throws RemoteException
RemoteExceptionpublic static void unDeployWebApplication(String backendURL, String hostname, String sessionCookie, String webAppFileName) throws RemoteException
RemoteExceptionpublic static boolean isWebAppRedeployed(String webAppName, String previousData, String endpoint)
public static org.apache.commons.httpclient.methods.GetMethod invokeWebAppWithVirtualHost(String baseURL, String webappName, String vHostName) throws IOException
IOExceptionCopyright © 2015 WSO2 Inc. All rights reserved.