net.sf.retrotranslator.runtime.java.net
Class _URL

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.net._URL

public class _URL
extends java.lang.Object

Author:
Taras Puchko

Constructor Summary
_URL()
           
 
Method Summary
static java.net.URLConnection openConnection(java.net.URL url, java.net.Proxy proxy)
           
static java.net.URI toURI(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_URL

public _URL()
Method Detail

openConnection

public static java.net.URLConnection openConnection(java.net.URL url,
                                                    java.net.Proxy proxy)
                                             throws java.io.IOException
Throws:
java.io.IOException

toURI

public static java.net.URI toURI(java.net.URL url)
                          throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException