Class NonLockingJarHandler
java.lang.Object
java.net.URLStreamHandler
org.codehaus.classworlds.uberjar.protocol.jar.NonLockingJarHandler
This is copied from Classwords 1.1 org.codehaus.classworlds.uberjar.protocol.jar.Handler
so that an additional dependency does not need to be added to plugins. The formatting is left as is to reduce
the diff.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NonLockingJarHandlerRetrieve the singleton instance.openConnection(URL url) voidMethods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
NonLockingJarHandler
public NonLockingJarHandler()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:
-