public final class ClassLoaderUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<URL> |
getAlsoNestedClasspathUrls(List<ClassLoader> basicClassLoaders)
Get URLs to basicClassLoaders and also to jars from MANIFEST Class-Path directive.
|
public static Set<URL> getAlsoNestedClasspathUrls(List<ClassLoader> basicClassLoaders)
basicClassLoaders - Classloaders that we want to examine.Copyright © 2015–2016 px3. All rights reserved.