public class PatchApplyingUtil extends Object
| Constructor and Description |
|---|
PatchApplyingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildPatch(String patchName,
String jarName,
String carbonHome)
This method will build a jar with different md5sum and build the patch, then copy patch to the repository,
components, patches.
|
public static String buildPatch(String patchName, String jarName, String carbonHome) throws IOException
patchName - - Patch name eg: patch0005jarName - - Jar file name without the version and extension (eg: org.wso2.carbon.utils_)
this jar file will be used to create the patchcarbonHome - - The location where the carbon server zip file is extractedIOExceptionCopyright © 2018 WSO2. All rights reserved.