| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl.fqn |
Implementation of Fully Qualified Name.
|
| Modifier and Type | Method and Description |
|---|---|
Fqn |
Fqn.Builder.build() |
static Fqn |
Fqn.empty() |
Fqn |
FqnPattern.MatchResult.getPart(int idx) |
static Fqn |
Fqn.of(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static Fqn |
Fqn.of(String fqn)
Create a new Fully Qualified Name from a String.
|
static Fqn |
Fqn.ofSegment(String segment) |
Fqn |
FqnPattern.Specs.scope()
Return the contextual name of this pattern.
|
| 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.
|
FqnPattern.MatchResult |
FqnPattern.match(Fqn fqn)
Match a pattern against a name.
|
boolean |
Fqn.startsWith(Fqn other) |
| Modifier and Type | Class and Description |
|---|---|
class |
FqnImpl
Implements the Fqn.
|
| Modifier and Type | Field and Description |
|---|---|
static Fqn |
FqnImpl.EMPTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
Fqn |
FqnBuilderImpl.build() |
static Fqn |
FqnUtils.parseFqn(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static Fqn |
FqnUtils.parseFqn(String fqn)
Create a new Fully Qualified Name from a String.
|
| Modifier and Type | Method and Description |
|---|---|
Fqn.Builder |
FqnBuilderImpl.append(Fqn fqn) |
FqnPattern.MatchResult |
FqnPatternImpl.match(Fqn fqn) |
boolean |
FqnImpl.startsWith(Fqn other)
Validate that the current Fqn starts with the other Fqn.
|
Copyright © 2015. All rights reserved.