Package name.pachler.nio.file
Class Paths
- java.lang.Object
-
- name.pachler.nio.file.Paths
-
public abstract class Paths extends java.lang.Object
Factory class for Path instances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Path
get(java.lang.String path)
Creates a new Path instance from the given file system path string.
-
-
-
Method Detail
-
get
public static Path get(java.lang.String path)
Creates a new Path instance from the given file system path string.- Parameters:
path
- the path string- Returns:
- a new Path instance representing the path string
-
-