|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> classloader >> [ jar overview ] | PREV PACKAGE NEXT PACKAGE |
Package edu.emory.mathcs.util.classloader.jar
Set of classes supporting dynamic class and resource loading and simplifying development of custom class loaders.
See:
Description
Interface Summary | |
JarURLConnection.JarOpener | Abstraction of JAR opener which allows to implement various caching policies. |
Class Summary | |
JarProxy | Implementation of JarURLConnection.JarOpener that caches downloaded JAR files in a local file system. |
JarProxy.CachedJarFile | |
JarProxy.CachedJarFile.Entry | |
JarURLConnection | Alternative implementation of java.net.JarURLConnection which supports customizable JAR caching policies. |
JarURLStreamHandler | Alternative implementation of URLStreamHandler for JAR files that supports customizable JAR caching policies. |
Package edu.emory.mathcs.util.classloader.jar Description
Set of classes supporting dynamic class and resource loading and simplifying development of custom class loaders. Separates class loader functionality from (1) policy defining where to find resources and (2) mechanics to actually download and cache resources from the network URLs.
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> classloader >> [ jar overview ] | PREV PACKAGE NEXT PACKAGE |