Package org.wso2.carbon.server.util
Class PatchInfo
- java.lang.Object
-
- org.wso2.carbon.server.util.PatchInfo
-
public class PatchInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PatchInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNewPatches(String newPatchDirName)voidaddRemovedPatches(String removedPatchDirName)intgetNewPatchesCount()intgetRemovedPatchesCount()booleanisPatchesChanged()
-
-
-
Method Detail
-
getNewPatchesCount
public int getNewPatchesCount()
-
getRemovedPatchesCount
public int getRemovedPatchesCount()
-
addNewPatches
public void addNewPatches(String newPatchDirName)
-
addRemovedPatches
public void addRemovedPatches(String removedPatchDirName)
-
isPatchesChanged
public boolean isPatchesChanged()
-
-