Package play.core
Class Paths
- Object
-
- play.core.Paths
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
canonical(String url)
Create a canonical path that does not contain parent directories, current directories, or superfluous directory separators.static String
relative(String startPath, String targetPath)
Create a path to targetPath that's relative to the given startPath.
-