Module  java.compiler
软件包  javax.tools

Interface StandardJavaFileManager.PathFactory

  • Enclosing interface:
    StandardJavaFileManager


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

      • getPath

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