| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl.fqn |
Implementation of Fully Qualified Name.
|
| Modifier and Type | Method and Description |
|---|---|
FqnPattern |
FqnPattern.Builder.build()
Build the pattern.
|
static FqnPattern |
FqnPattern.of(String fqn)
Create a new Fully Qualified Name Pattern from a String.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FqnPatternImpl
Implementation of the Fqn Pattern.
|
| Modifier and Type | Field and Description |
|---|---|
static FqnPattern |
FqnPatternImpl.EMPTY_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
FqnPattern |
FqnPatternBuilderImpl.build() |
static FqnPattern |
FqnUtils.parseFqnPattern(ReaderCursor c)
Create a fully qualified name pattern from a ReaderCursor.
|
static FqnPattern |
FqnUtils.parseFqnPattern(String fqn)
Create a new Fully Qualified Name from a String.
|
Copyright © 2015. All rights reserved.