Searched refs:finalizerPath (Results 1 – 1 of 1) sorted by relevance
308 String finalizerPath = FINALIZER_CLASS_NAME.replace('.', '/') + ".class"; in getBaseUrl() local309 URL finalizerUrl = getClass().getClassLoader().getResource(finalizerPath); in getBaseUrl()311 throw new FileNotFoundException(finalizerPath); in getBaseUrl()316 if (!urlString.endsWith(finalizerPath)) { in getBaseUrl()319 urlString = urlString.substring(0, urlString.length() - finalizerPath.length()); in getBaseUrl()