org.codehaus.mojo.exec
Class UrlUtils

java.lang.Object
  extended by org.codehaus.mojo.exec.UrlUtils

public class UrlUtils
extends Object

Utility for dealing with URLs in pre-JDK 1.4.


Field Summary
private static String ENCODING
           
private static int MASK
           
private static int RADIX
           
private static BitSet UNRESERVED
           
 
Constructor Summary
private UrlUtils()
           
 
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
 

Field Detail

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
Constructor Detail

UrlUtils

private UrlUtils()
Method Detail

getURL

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


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.