Searched refs:codebaseStr (Results 1 – 1 of 1) sorted by relevance
76 private String codebaseStr = null; field in Util342 codebaseStr = newCodebase; in setUserCodebase()473 if (codebaseStr != null) { in pathToURL()476 if (!codebaseStr.endsWith(/* NOI18N */"/") && in pathToURL()477 !codebaseStr.endsWith(File.separator)) { in pathToURL()478 tmpPath = codebaseStr + /* NOI18N */"/" + path; in pathToURL()480 tmpPath = codebaseStr + path; in pathToURL()