Class WebAppDeploymentUtil

java.lang.Object
org.wso2.am.integration.test.utils.webapp.WebAppDeploymentUtil

public class WebAppDeploymentUtil extends Object
Util that is enabled the more utility methods for handling the WebApps
  • Constructor Details

    • WebAppDeploymentUtil

      public WebAppDeploymentUtil()
  • Method Details

    • copyWebApp

      public static void copyWebApp(String testWebAppResourcePath, String warFilePath) throws IOException
      Copy a war file to the webapp directory
      Parameters:
      testWebAppResourcePath - Sample webapp war file path
      warFilePath - War file path
      Throws:
      IOException - If an error occurs while reading/writing files