Uses of Class
com.yahoo.path.Path
Packages that use Path
-
Uses of Path in com.yahoo.path
Methods in com.yahoo.path that return PathModifier and TypeMethodDescriptionAppends a path to another path, thereby creating a new path with the provided path appended to this.Append an element to the path.static PathPath.createRoot()Create an empty root path with '/' delimiter.static PathPath.createRoot(String delimiter) Create an empty root path with delimiter.static PathCreates a new path with the given segments.static PathPath.fromString(String path) Creates a path from a string.static PathPath.fromString(String path, String delimiter) Create a path from a string.Path.getChildPath()Returns the child path: A path containing all elements of this except the firstPath.getParentPath()Returns the parent path: A path containing all elements of this except the lastReturns a new path with the last element replaced by the given element.Methods in com.yahoo.path with parameters of type Path