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.


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
 

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


Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.