UDK 3.2.7 Java API Reference

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.

UDK 3.2.7 Java API Reference