UDK 3.2.7 Java API Reference | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sun.star.lib.util.UrlToFileMapper
public final class UrlToFileMapper
extends Object
Method Summary | |
static File |
|
public static File mapUrlToFile(URL url)
Maps Java URL representations to File representations.
- Parameters:
url
- some URL, possibly null.
- Returns:
- a corresponding File, or null on failure.