public class CompoundJarURLStreamHandler
extends java.net.URLStreamHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROTOCOL |
Constructor and Description |
---|
CompoundJarURLStreamHandler() |
Modifier and Type | Method and Description |
---|---|
static java.net.URL |
createUrl(java.net.URL base,
java.util.List<java.lang.String> path) |
static java.net.URL |
createUrl(java.net.URL base,
java.lang.String... path) |
protected java.net.URLConnection |
openConnection(java.net.URL url) |
public static final java.lang.String PROTOCOL
public static java.net.URL createUrl(java.net.URL base, java.util.List<java.lang.String> path) throws java.net.MalformedURLException
java.net.MalformedURLException
public static java.net.URL createUrl(java.net.URL base, java.lang.String... path) throws java.net.MalformedURLException
java.net.MalformedURLException
protected java.net.URLConnection openConnection(java.net.URL url) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
java.io.IOException
Copyright © 2002-2009 JRuby Team. All Rights Reserved.