Searched refs:finalizerPath (Results 1 – 1 of 1) sorted by relevance
267 String finalizerPath = FINALIZER_CLASS_NAME.replace('.', '/') + ".class"; in getBaseUrl() local268 URL finalizerUrl = getClass().getClassLoader().getResource(finalizerPath); in getBaseUrl()270 throw new FileNotFoundException(finalizerPath); in getBaseUrl()275 if (!urlString.endsWith(finalizerPath)) { in getBaseUrl()279 urlString.length() - finalizerPath.length()); in getBaseUrl()