Package play.core
Class Paths
java.lang.Object
play.core.Paths
Implementations to work with URL paths. This is a utility class with usages by
Call.-
Method Details
-
relative
Create a path to targetPath that's relative to the given startPath. -
canonical
Create a canonical path that does not contain parent directories, current directories, or superfluous directory separators.
-