| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.java.net.loader.URLLoadergnu.java.net.loader.JarURLLoaderpublic final class JarURLLoaderextends URLLoaderJarURLLoader is a type of URLLoader
only loading from jar url.
Constructor Summary | |
| |
Method Summary | |
ArrayList | |
Manifest | |
Resource |
|
Methods inherited from class gnu.java.net.loader.URLLoader | |
getBaseURL, getClass, getClassPath, getManifest, getResource | |
Methods inherited from class java.lang.Object | |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public JarURLLoader(URLClassLoader classloader, URLStreamHandlerCache cache, URLStreamHandlerFactory factory, URL baseURL, URL absoluteUrl)
public Resource getResource(String name)
get resource with the name "name" in the jar url
- Overrides:
- getResource in interface URLLoader