Package edu.emory.mathcs.util.classloader.jar

Utilities to handle JAR files and JAR URLs.

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.
JarURLConnection Alternative implementation of 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

Utilities to handle JAR files and JAR URLs.