Searched refs:appqfPath (Results 1 – 3 of 3) sorted by relevance
89 private String appqfPath = ""; field in Utility705 public void setAPPQFPath(String appqfPath) { in setAPPQFPath() argument706 this.appqfPath = appqfPath; in setAPPQFPath()710 return this.appqfPath; in getAPPQFPath()
419 public static APPQFResult parseAPPQF(String appqfPath) { in parseAPPQF() argument421 if (!appqfPath.endsWith(APPQF_SUFFIX)) { in parseAPPQF()426 result.setHqfInfoList(Uncompress.parseAPPQFFile(appqfPath)); in parseAPPQF()
1678 public static List<HQFInfo> parseAPPQFFile(String appqfPath) throws BundleException { in parseAPPQFFile() argument1684 zipFile = new ZipFile(appqfPath); in parseAPPQFFile()