Class Handler
java.lang.Object
java.net.URLStreamHandler
org.codehaus.classworlds.uberjar.protocol.jar.Handler
URLStreamHandler for jar: protocol URLs.- Version:
- $Id: Handler.java 126 2006-01-12 04:17:51Z $
- Author:
- bob mcwhirter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerRetrieve the singleton instance.openConnection(URL url) voidMethods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, sameFile, setURL, setURL, toExternalForm
-
Field Details
-
INSTANCE
Singleton instance.
-
-
Constructor Details
-
Handler
public Handler()Construct.
-
-
Method Details
-
getInstance
Retrieve the singleton instance.- Returns:
- The singleton instance.
-
openConnection
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException- See Also:
-
parseURL
- Overrides:
parseURLin classURLStreamHandler- See Also:
-