Package com.google.common.jimfs
Class PathType.ParseResult
java.lang.Object
com.google.common.jimfs.PathType.ParseResult
- Enclosing class:
- PathType
Simple result of parsing a path.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParseResult
-
-
Method Details
-
isAbsolute
public boolean isAbsolute()Returns whether or not this result is an absolute path. -
isRoot
public boolean isRoot()Returns whether or not this result represents a root path. -
root
Returns the parsed root element, or null if there was no root. -
names
Returns the parsed name elements.
-