| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl.path |
Implementation of Paths.
|
| Modifier and Type | Method and Description |
|---|---|
PathPattern |
PathPattern.Builder.build()
Build the pattern.
|
static PathPattern |
PathPattern.of(String path)
Create a new Path Pattern from a String.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathPatternImpl
Implementation of the Path Pattern.
|
| Modifier and Type | Field and Description |
|---|---|
static PathPattern |
PathPatternImpl.EMPTY_PATTERN |
| Modifier and Type | Method and Description |
|---|---|
PathPattern |
PathPatternBuilderImpl.build() |
static PathPattern |
PathPatternParseUtils.parsePathPattern(ReaderCursor c)
Create a fully qualified name pattern from a ReaderCursor.
|
static PathPattern |
PathPatternParseUtils.parsePathPattern(String fqn)
Create a new Fully Qualified Name from a String.
|
Copyright © 2016. All rights reserved.