Package org.objectweb.easybeans.util.url

Utility class for transforming URL into File or File into URL

See:
          Description

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.
 

Package org.objectweb.easybeans.util.url Description

Utility class for transforming URL into File or File into URL