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