Uses of Class
io.roastedroot.zerofs.PathType.ParseResult
-
-
Uses of PathType.ParseResult in io.roastedroot.zerofs
Methods in io.roastedroot.zerofs that return PathType.ParseResult Modifier and Type Method Description protected PathType.ParseResultPathType. emptyPath()Returns an empty path.PathType.ParseResultPathType. fromUri(java.net.URI uri)Parses a path from the given URI.abstract PathType.ParseResultPathType. parsePath(java.lang.String path)Parses the given strings as a path.PathType.ParseResultUnixPathType. parsePath(java.lang.String path)PathType.ParseResultWindowsPathType. parsePath(java.lang.String path)protected abstract PathType.ParseResultPathType. parseUriPath(java.lang.String uriPath)Parses a path from the given URI path.PathType.ParseResultUnixPathType. parseUriPath(java.lang.String uriPath)PathType.ParseResultWindowsPathType. parseUriPath(java.lang.String uriPath)Methods in io.roastedroot.zerofs with parameters of type PathType.ParseResult Modifier and Type Method Description private ZeroFsPathPathService. toPath(PathType.ParseResult parsed)
-