Package org.ow2.util.url

Class Summary
URLUtils This class is used to :
- get a File from an URL - get an URL from a file In fact, when there are spaces in a directory name, file.toURL() doesn't escape spaces into %20, this is why this class will help.
This class has to be used both for encoding and decoding URL.
There are methods with checked exceptions or unchecked exceptions.
 

Exception Summary
URLUtilsException The class URKUtilsException indicates conditions that a reasonable application might want to catch.
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.