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

/glassfish-3.1.2/tests/quicklook/admin/src/test/admin/util/
H A DGeneralUtils.java56 public final class GeneralUtils { class
136 String ec = GeneralUtils.getValueForTypeFromManifest(man, GeneralUtils.AsadminManifestKeyType.EXIT_CODE);
137 if (ec != null && GeneralUtils.FAILURE.equalsIgnoreCase(ec.trim())) {
139 String cause = GeneralUtils.getValueForTypeFromManifest(man, GeneralUtils.AsadminManifestKeyType.CAUSE);

Completed in 11 milliseconds