模块  java.compiler
软件包  javax.tools

Interface StandardJavaFileManager.PathFactory

  • Enclosing interface:
    StandardJavaFileManager

    public static interface StandardJavaFileManager.PathFactory
    工厂从字符串创建 Path对象。
    从以下版本开始:
    9
    • 方法详细信息

      • getPath

        Path getPath​(String first,
                     String... more)
        将路径字符串或从路径字符串连接时的字符串序列转换为Path。
        参数
        first - 路径字符串或路径字符串的初始部分
        more - 要连接以形成路径字符串的其他字符串
        结果
        由此产生的 Path