モジュール java.compiler
パッケージ javax.tools

インタフェースStandardJavaFileManager.PathFactory

含まれているインタフェース:
StandardJavaFileManager

public static interface StandardJavaFileManager.PathFactory
文字列からPathオブジェクトを作成するファクトリ。
導入されたバージョン:
9
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    getPath(String first, String... more)
    パス文字列、またはパス文字列の結合時にパス文字列をパスに変換します。
  • メソッドの詳細

    • getPath

      Path getPath(String first, String... more)
      パス文字列、またはパス文字列の結合時にパス文字列をパスに変換します。
      パラメータ:
      first - パス文字列またはパス文字列の最初の部分
      more - 結合してパス文字列を形成するための追加文字列
      戻り値:
      結果のPath