| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Fqn.startsWith(Fqn other) |
| Modifier and Type | Class and Description |
|---|---|
class |
FqnImpl
Implements the Fqn.
|
| Modifier and Type | Method and Description |
|---|---|
static Fqn |
FqnImpl.of(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static Fqn |
FqnImpl.of(String fqn)
Create a new Fully Qualified Name from a String.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FqnImpl.startsWith(Fqn other)
Validate that the current Fqn starts with the other Fqn.
|
Copyright © 2014. All rights reserved.