org.apache.maven.surefire.util
Class UrlUtils

java.lang.Object
  extended by org.apache.maven.surefire.util.UrlUtils

public class UrlUtils
extends java.lang.Object

Utility for dealing with URLs in pre-JDK 1.4.


Field Summary
private static java.util.BitSet UNRESERVED
           
 
Constructor Summary
UrlUtils()
           
 
Method Summary
static java.net.URL getURL(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNRESERVED

private static final java.util.BitSet UNRESERVED
Constructor Detail

UrlUtils

public UrlUtils()
Method Detail

getURL

public static java.net.URL getURL(java.io.File file)
                           throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException