Modifier and Type | Method and Description |
---|---|
protected PathType.ParseResult |
PathType.emptyPath()
Returns an empty path.
|
PathType.ParseResult |
PathType.fromUri(URI uri)
Parses a path from the given URI.
|
abstract PathType.ParseResult |
PathType.parsePath(String path)
Parses the given strings as a path.
|
protected abstract PathType.ParseResult |
PathType.parseUriPath(String uriPath)
Parses a path from the given URI path.
|
Copyright © 2013–2017 Google Inc.. All rights reserved.