| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl.fqn |
Implementation of Fully Qualified Name.
|
| Modifier and Type | Method and Description |
|---|---|
Fqn.Builder |
Fqn.Builder.append(Fqn fqn)
Append all segments of another fqn.
|
static Fqn.Builder |
Fqn.from(Fqn fqn)
Start building a Fqn from another name.
|
static Fqn.Builder |
Fqn.fromSegment(String segment)
Start building a Fqn from an initial segment.
|
static Fqn.Builder |
Fqn.newBuilder() |
Fqn.Builder |
Fqn.Builder.segment(String segment)
Add a segment to the fqn.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FqnBuilderImpl
Builder implementation of Fully Qualified Names.
|
| Modifier and Type | Method and Description |
|---|---|
Fqn.Builder |
FqnBuilderImpl.append(Fqn fqn) |
Copyright © 2015. All rights reserved.