public class PathUtils extends Object
| Constructor and Description |
|---|
PathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Path> |
expandDirectories(Path basePath,
List<Path> paths) |
static List<Path> |
expandDirectory(Path basePath,
Path path) |
static boolean |
isValidPath(Path basePath,
Path path) |
static Optional<Path> |
normalize(Path basePath,
Path path) |
static List<Path> |
normalizeAll(Path basePath,
List<Path> paths) |
static String |
separatorsToUnix(Path path) |
public static List<Path> expandDirectories(Path basePath, List<Path> paths) throws IOException
IOExceptionpublic static List<Path> expandDirectory(Path basePath, Path path) throws IOException
IOExceptionCopyright © 2020. All rights reserved.