Interface StandardJavaFileManager.PathFactory

Enclosing interface:
StandardJavaFileManager
public static interface StandardJavaFileManager.PathFactory
Factory to create Path objects from strings.
Since:
9

Method Summary

Modifier and Type Method Description
Path getPath(String first, String... more)
Converts a path string, or a sequence of strings that when joined form a path string, to a Path.

Method Details

getPath

Path getPath(String first, String... more)
Converts a path string, or a sequence of strings that when joined form a path string, to a Path.
Parameters:
first - the path string or initial part of the path string
more - additional strings to be joined to form the path string
Returns:
the resulting Path

© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.compiler/javax/tools/StandardJavaFileManager.PathFactory.html