public class PatchInfo extends Object
| Constructor and Description |
|---|
PatchInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewPatches(String newPatchDirName) |
void |
addRemovedPatches(String removedPatchDirName) |
int |
getNewPatchesCount() |
int |
getRemovedPatchesCount() |
boolean |
isPatchesChanged() |
public int getNewPatchesCount()
public int getRemovedPatchesCount()
public void addNewPatches(String newPatchDirName)
public void addRemovedPatches(String removedPatchDirName)
public boolean isPatchesChanged()
Copyright © 2018 WSO2 Inc. All rights reserved.