com.sun.star.lib.util
クラス UrlToFileMapper
java.lang.Object
com.sun.star.lib.util.UrlToFileMapper
public final class UrlToFileMapper
- extends Object
Maps Java URL representations to File representations, on any Java version.
- 導入されたバージョン:
- UDK 3.2.8
|
メソッドの概要 |
static File |
mapUrlToFile(URL url)
Maps Java URL representations to File representations. |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapUrlToFile
public static File mapUrlToFile(URL url)
- Maps Java URL representations to File representations.
- パラメータ:
url - some URL, possibly null.
- 戻り値:
- a corresponding File, or null on failure.