Class WebAppDeploymentUtil
java.lang.Object
org.wso2.am.integration.test.utils.webapp.WebAppDeploymentUtil
Util that is enabled the more utility methods for handling the WebApps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyWebApp(String testWebAppResourcePath, String warFilePath) Copy a war file to the webapp directory
-
Constructor Details
-
WebAppDeploymentUtil
public WebAppDeploymentUtil()
-
-
Method Details
-
copyWebApp
Copy a war file to the webapp directory- Parameters:
testWebAppResourcePath- Sample webapp war file pathwarFilePath- War file path- Throws:
IOException- If an error occurs while reading/writing files
-