- 含まれているインタフェース:
- StandardJavaFileManager
public static interface StandardJavaFileManager.PathFactory
文字列から
Pathオブジェクトを作成するためのファクトリ。- 導入されたバージョン:
- 9
- 
メソッドのサマリー
- 
メソッドの詳細- 
getPathパス文字列、またはパス文字列の結合時にパス文字列をパスに変換します。- パラメータ:
- first- パス文字列またはパス文字列の最初の部分
- more- 結合してパス文字列を形成するための追加文字列
- 戻り値:
- 結果のPath
 
 
-