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 boolean |
isFaultyWebApplicationUnDeployed(String backEndUrl,
String sessionCookie,
String webAppName) |
static boolean |
isWebApplicationDeployed(String backEndUrl,
String sessionCookie,
String webAppName) |
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 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
RemoteExceptionCopyright © 2015 WSO2 Inc. All rights reserved.