public static interface Path.Builder
| Modifier and Type | Method and Description |
|---|---|
Path.Builder |
append(Fqn fqn)
Append all segments of a Fully Qualified Name.
|
Path.Builder |
append(Path path)
Append another path.
|
Path.Builder |
append(Path path,
int startIdx,
int endIdx)
Append part of another path.
|
Path.Builder |
attr(String attr)
Add an attribute node to the path.
|
Path |
build() |
Path.Builder |
index(long index)
Add an index node to the path.
|
Path.Builder index(long index)
Path.Builder attr(String attr)
attr - The attribute name, cannot be null.Path.Builder append(Path path)
Path.Builder append(Path path, int startIdx, int endIdx)
Path.Builder append(Fqn fqn)
Path build()
Copyright © 2016. All rights reserved.