Module java.compiler
Package javax.tools

Interface StandardJavaFileManager.PathFactory

封装的接口:
StandardJavaFileManager

public static interface StandardJavaFileManager.PathFactory
从字符串创建Path对象的工厂。
自JDK版本:
9
  • Method Summary

    Modifier and Type
    Method
    Description
    getPath(String first, String... more)
    将路径字符串或一系列字符串(连接后形成路径字符串)转换为Path。
  • Method Details

    • getPath

      Path getPath(String first, String... more)
      将路径字符串或一系列字符串(连接后形成路径字符串)转换为Path。
      参数:
      first - 路径字符串或路径字符串的初始部分
      more - 要连接以形成路径字符串的附加字符串
      返回值:
      结果Path