Details
Description
Two new methods `Path of(String,String...)` and `Path of(URI)` are added to `java.nio.file.Path` to create a `Path` from a `String`, path components, or a `URI`. These methods supersede the corresponding `get()` methods in `java.nio.file.Paths` which are modified to invoke these new methods.