Package com.heroku.sdk.deploy.util
Class PathUtils
- java.lang.Object
-
- com.heroku.sdk.deploy.util.PathUtils
-
public class PathUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PathUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Path>expandDirectories(Path basePath, List<Path> paths)static List<Path>expandDirectory(Path basePath, Path path)static booleanisValidPath(Path basePath, Path path)static Optional<Path>normalize(Path basePath, Path path)static List<Path>normalizeAll(Path basePath, List<Path> paths)static StringseparatorsToUnix(Path path)
-
-
-
Method Detail
-
expandDirectories
public static List<Path> expandDirectories(Path basePath, List<Path> paths) throws IOException
- Throws:
IOException
-
expandDirectory
public static List<Path> expandDirectory(Path basePath, Path path) throws IOException
- Throws:
IOException
-
-