-
Type:
Sub-task
-
Resolution: Withdrawn
-
Priority:
P4
-
Affects Version/s: 11
-
Component/s: core-libs
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.