Searched defs:patches (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/services/systeminfo/utils/
H A DSystemInfoData.java47 private List<PatchData> patches; field in class:SystemInfoData
199 * Getter for property patches.
201 * @return Value of property patches.
204 return this.patches;
210 * @param patches values of patches on host.
212 public void setPatches(List<PatchData> patches) { argument
213 this.patches = patches;
264 for (int i = 0; i < patches
[all...]

Completed in 62 milliseconds