All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
fileName() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,java.nio.file.FileSystem> |
fileSystem() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
name(int index) |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,java.lang.Integer> |
nameCount() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
normalize() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
parent() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
relativize(T path) |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
resolve(T path) |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
resolveSibling(T path) |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
root() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
toAbsolutePath() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,java.io.File> |
toFile() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
toRealPath() |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,T> |
toRealPath(java.nio.file.LinkOption... options) |
static <T extends java.nio.file.Path> com.google.common.base.Function<T,java.net.URI> |
toUri() |