- 
- Enclosing interface:
- StandardJavaFileManager
 
 public static interface StandardJavaFileManager.PathFactoryFactory to createPathobjects from strings.- Since:
- 9
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetPath(String first, String... more)Converts a path string, or a sequence of strings that when joined form a path string, to a Path.
 
- 
- 
- 
Method Detail- 
getPathPath 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
 
 
- 
 
-