Class NestedJarURLStreamHandler

java.lang.Object
java.net.URLStreamHandler
com.portal.pfc.util.nestedjars.NestedJarURLStreamHandler

public class NestedJarURLStreamHandler extends URLStreamHandler
NestedJarURLStreamHandler knows how to handle nestedjar streams. The URL passed to the openConnection() method should refer to a file that is packaged in a JAR file, which in turn is inside another JAR file. There is support for a single level of nesting.

Author:
Max Spivak
See Also: