Constructor and Description |
---|
ParseResult(String root,
Iterable<String> names) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAbsolute()
Returns whether or not this result is an absolute path.
|
boolean |
isRoot()
Returns whether or not this result represents a root path.
|
Iterable<String> |
names()
Returns the parsed name elements.
|
String |
root()
Returns the parsed root element, or null if there was no root.
|
Copyright © 2013–2016 Google Inc.. All rights reserved.