public class CompoundJarURLStreamHandler extends URLStreamHandler
Constructor and Description |
---|
CompoundJarURLStreamHandler() |
Modifier and Type | Method and Description |
---|---|
static URL |
createUrl(URL base,
List<String> path) |
static URL |
createUrl(URL base,
String... path) |
protected URLConnection |
openConnection(URL url) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
public static final String PROTOCOL
public static URL createUrl(URL base, List<String> path) throws MalformedURLException
MalformedURLException
public static URL createUrl(URL base, String... path) throws MalformedURLException
MalformedURLException
protected URLConnection openConnection(URL url) throws IOException
openConnection
in class URLStreamHandler
IOException
Copyright © 2001-2016 JRuby. All Rights Reserved.