org.codehaus.mojo.exec
Class UrlUtils
java.lang.Object
  
org.codehaus.mojo.exec.UrlUtils
public final class UrlUtils
- extends Object
 
Utility for dealing with URLs in pre-JDK 1.4.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UNRESERVED
private static final BitSet UNRESERVED
RADIX
private static final int RADIX
- See Also:
 - Constant Field Values
 
MASK
private static final int MASK
- See Also:
 - Constant Field Values
 
ENCODING
private static final String ENCODING
- See Also:
 - Constant Field Values
 
UrlUtils
private UrlUtils()
getURL
public static URL getURL(File file)
                  throws MalformedURLException
- Throws:
 MalformedURLException
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.