Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.emory.mathcs.util.classloader.jar: Javadoc index of package edu.emory.mathcs.util.classloader.jar.


Package Samples:

edu.emory.mathcs.util.classloader.jar: Set of classes supporting dynamic class and resource loading and simplifying development of custom class loaders.  

Classes:

JarURLConnection: Alternative implementation of java.net.JarURLConnection which supports customizable JAR caching policies. It addresses bugs 4405789, 4388666, 4639900 in Java Bug Parade. SUN recommends to disable caches completely as a workaround for those bugs; however, this may significantly affect performance in case of resources downloaded from the network. This class is a part of the solution that allows to tailor the caching policy according to the program needs, with cache-per-classloader default policy.
JarURLStreamHandler: Alternative implementation of URLStreamHandler for JAR files that supports customizable JAR caching policies. It addresses bugs 4405789, 4388666, 4639900 in Java Bug Parade. SUN recommends to disable caches completely as a workaround for those bugs; however, this may significantly affect performance in case of resources downloaded from the network. This class is a part of the solution that allows to tailor the caching policy according to the program needs, with cache-per-classloader default policy.
JarProxy: Implementation of JarURLConnection.JarOpener that caches downloaded JAR files in a local file system.

Home | Contact Us | Privacy Policy | Terms of Service