Searched refs:classPathSource (Results 1 – 1 of 1) sorted by relevance
24 private static ClassPathPackageInfoSource classPathSource; field in PackageInfoSources30 if (classPathSource == null) { in forClassPath()31 classPathSource = new ClassPathPackageInfoSource(); in forClassPath()32 classPathSource.setClassLoader(classLoader); in forClassPath()34 return classPathSource; in forClassPath()