public class URLStreamHandlerFactory extends Object implements URLStreamHandlerFactory
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
URLStreamHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
URLStreamHandler |
createURLStreamHandler(String protocol) |
static void |
install() |
static URL |
makeURL(String urlString) |
static URL |
makeURL(URL parent,
String urlString) |
static void |
register(String protocol,
URLStreamHandler sh) |
public static void install()
public static void register(String protocol, URLStreamHandler sh)
public static URL makeURL(String urlString) throws MalformedURLException
MalformedURLException
public static URL makeURL(URL parent, String urlString) throws MalformedURLException
MalformedURLException
public URLStreamHandler createURLStreamHandler(String protocol)
createURLStreamHandler
in interface URLStreamHandlerFactory
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.