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.ParseResultModifier and TypeMethodDescriptionprotected final PathType.ParseResult
PathType.emptyPath()
Returns an empty path.final PathType.ParseResult
Parses a path from the given URI.abstract PathType.ParseResult
Parses the given strings as a path.protected abstract PathType.ParseResult
PathType.parseUriPath
(String uriPath) Parses a path from the given URI path.