Uses of Class
com.google.common.jimfs.PathType.ParseResult
-
-
Uses of PathType.ParseResult in com.google.common.jimfs
Methods in com.google.common.jimfs that return PathType.ParseResult Modifier and Type Method Description protected PathType.ParseResult
PathType. emptyPath()
Returns an empty path.PathType.ParseResult
PathType. fromUri(java.net.URI uri)
Parses a path from the given URI.abstract PathType.ParseResult
PathType. parsePath(java.lang.String path)
Parses the given strings as a path.PathType.ParseResult
UnixPathType. parsePath(java.lang.String path)
PathType.ParseResult
WindowsPathType. parsePath(java.lang.String path)
protected abstract PathType.ParseResult
PathType. parseUriPath(java.lang.String uriPath)
Parses a path from the given URI path.PathType.ParseResult
UnixPathType. parseUriPath(java.lang.String uriPath)
PathType.ParseResult
WindowsPathType. parseUriPath(java.lang.String uriPath)
Methods in com.google.common.jimfs with parameters of type PathType.ParseResult Modifier and Type Method Description private JimfsPath
PathService. toPath(PathType.ParseResult parsed)
-