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

インタフェースStandardJavaFileManager.PathFactory

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

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

      • getPath

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