(PathPart path)
| 1381 | } |
| 1382 | |
| 1383 | Builder path(PathPart path) { |
| 1384 | // This URI will be hierarchical. |
| 1385 | this.opaquePart = null; |
| 1386 | |
| 1387 | this.path = path; |
| 1388 | return this; |
| 1389 | } |
| 1390 | |
| 1391 | /** |
| 1392 | * Sets the path. Leaves '/' characters intact but encodes others as |