org.codehaus.classworlds.uberjar.protocol.jar
Class NonLockingJarHandler
java.lang.Object
java.net.URLStreamHandler
org.codehaus.classworlds.uberjar.protocol.jar.NonLockingJarHandler
public class NonLockingJarHandler
- extends URLStreamHandler
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonLockingJarHandler
public NonLockingJarHandler()
- Construct.
getInstance
public static NonLockingJarHandler getInstance()
- Retrieve the singleton instance.
- Returns:
- The singleton instance.
openConnection
public URLConnection openConnection(URL url)
throws IOException
- Specified by:
openConnection in class URLStreamHandler
- Throws:
IOException- See Also:
URLStreamHandler
parseURL
public void parseURL(URL url,
String spec,
int start,
int limit)
- Overrides:
parseURL in class URLStreamHandler
- See Also:
URLStreamHandler
Copyright © 2015 Atlassian. All rights reserved.