public final class ClassLoaders extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String fileName) |
static Set<URL> |
findUrlFromResources(ClassLoader classLoader) |
static Set<URL> |
findUrls(ClassLoader classLoader) |
static boolean |
isNative(URL url) |
static File |
toFile(URL url) |
public static Set<URL> findUrls(ClassLoader classLoader) throws IOException
IOExceptionpublic static boolean isNative(URL url)
public static Set<URL> findUrlFromResources(ClassLoader classLoader) throws IOException
IOExceptionCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.