StandardJavaFileManager.PathFactory (Java SE 15 & JDK 15) (original) (raw)

Enclosing interface:

StandardJavaFileManager


public static interface StandardJavaFileManager.PathFactory

Factory to create Path objects from strings.

Since:

9

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.