All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T extends java.nio.file.Path> java.lang.Iterable<T> |
downToBase(T base,
T path) |
static <T extends java.nio.file.Path> java.lang.Iterable<T> |
downToRoot(T path) |
static java.nio.file.Path |
path(java.lang.Iterable<java.lang.String> segments) |
static java.nio.file.Path |
path(java.util.Iterator<java.lang.String> segments) |
static java.nio.file.Path |
path(java.lang.String segment,
java.lang.String... more) |
static java.nio.file.Path |
path(java.net.URI uri) |