public class

NonLockingJarHandler

extends URLStreamHandler
java.lang.Object
   ↳ java.net.URLStreamHandler
     ↳ org.codehaus.classworlds.uberjar.protocol.jar.NonLockingJarHandler

Class Overview

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.

Summary

Public Constructors
NonLockingJarHandler()
Construct.
Public Methods
static NonLockingJarHandler getInstance()
Retrieve the singleton instance.
URLConnection openConnection(URL url)
void parseURL(URL url, String spec, int start, int limit)
[Expand]
Inherited Methods
From class java.net.URLStreamHandler
From class java.lang.Object

Public Constructors

public NonLockingJarHandler ()

Construct.

Public Methods

public static NonLockingJarHandler getInstance ()

Retrieve the singleton instance.

Returns
  • The singleton instance.

public URLConnection openConnection (URL url)

Throws
IOException
See Also

public void parseURL (URL url, String spec, int start, int limit)

See Also