| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl.path |
Implementation of Paths.
|
| Modifier and Type | Method and Description |
|---|---|
Path.Builder |
Path.Builder.append(Fqn fqn)
Append all segments of a Fully Qualified Name.
|
Path.Builder |
Path.Builder.append(Path path)
Append another path.
|
Path.Builder |
Path.Builder.append(Path path,
int startIdx,
int endIdx)
Append part of another path.
|
Path.Builder |
Path.Builder.attr(String attr)
Add an attribute node to the path.
|
static Path.Builder |
Path.from(Path path)
Start building a Path from another name.
|
static Path.Builder |
Path.from(Path path,
int startIdx,
int endIdx)
Start building a Path from another name.
|
static Path.Builder |
Path.fromAttr(String attr)
Start building a Path from an initial attribute.
|
Path.Builder |
Path.Builder.index(long index)
Add an index node to the path.
|
static Path.Builder |
Path.newBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
PathBuilderImpl
Builder implementation of Paths.
|
| Modifier and Type | Method and Description |
|---|---|
Path.Builder |
PathBuilderImpl.append(Fqn fqn) |
Path.Builder |
PathBuilderImpl.append(Path path) |
Path.Builder |
PathBuilderImpl.append(Path path,
int startIdx,
int endIdx) |
Copyright © 2015. All rights reserved.