JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getPath(String, String...)
java.compiler
javax.tools
StandardJavaFileManager
PathFactory
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getPath(String, String...)
Interface StandardJavaFileManager.PathFactory
Enclosing interface:
StandardJavaFileManager
public static interface
StandardJavaFileManager.PathFactory
Factory to create
Path
objects from strings.
Since:
9
Method Summary
All Methods
Instance Methods
Abstract Methods
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