org.apache.maven.surefire.util
Class UrlUtils

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

public class UrlUtils
extends Object

Utility for dealing with URLs in pre-JDK 1.4.


Method Summary
static URL getURL(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getURL

public static URL getURL(File file)
                  throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.