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

/glassfish-3.1.2/admin/backup/src/main/java/com/sun/enterprise/backup/
H A DListManager.java99 // If a backup config was not provided then look for all zips
101 // If a backup config was provided then only look for zips in
108 for(int i = 0; i < zips.length; i++) {
111 if (!status.loadProps(zips[i]))
164 // List any zips that had bad props.
170 sb.append(zips[iInt.intValue()]);
231 zips = zipList.toArray(new File[0]);
234 zips = files;
237 if(zips == null || zips
288 File[] zips; field in class:ListManager
[all...]

Completed in 20 milliseconds