Package com.portal.pfc.util.nestedjars
Class NestedJarURLStreamHandler
java.lang.Object
java.net.URLStreamHandler
com.portal.pfc.util.nestedjars.NestedJarURLStreamHandler
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
NestedJarURLStreamHandler
public NestedJarURLStreamHandler()
-
-
Method Details
-
openConnection
- Specified by:
openConnection
in classURLStreamHandler
- Throws:
IOException
-