Paths

Class Paths

public final class Paths
extends Object

This class consists exclusively of static methods that return a Path by converting a path string or URI.

Since:
1.7

Methods

get

public static Path get(String first,
                       String... more)

Converts a path string, or a sequence of strings that when joined form a path string, to a Path. If more does not specify any elements then the value of the first parameter is the path string to co