Uses of Class
com.mastfrog.url.Path
Packages that use Path
-
Uses of Path in com.mastfrog.url
Methods in com.mastfrog.url that return PathModifier and TypeMethodDescriptionfinal PathPath.elideEmptyElements()Path.getChildPath()Get a Path which does not include the first element of this path.Path.getParentPath()Get the parent of this path.URL.getPath()Get the path, if any, of this URL, as inhttp://foo.com:332/stuff/index.html?foo=bar;bar=baz;#anchorstatic PathMerge an array of paths togetherPath.normalize()Normalize a path, resolving..elements.static PathParse a path in the formatelement1/element2/element3static PathCreate a new path, replacing any path elements that exactly match the passed string with new elements that match the replacement.Path.toURLDecodedPath()Methods in com.mastfrog.url that return types with arguments of type PathMethods in com.mastfrog.url with parameters of type PathModifier and TypeMethodDescriptionbooleanDetermine if this path is a path to a child of the passed path.booleanPath.isParentOf(Path path) Determine if this path is a path to a parent of the passed path.static PathMerge an array of paths together