| Modifier and Type | Method and Description |
|---|---|
static List<PathElement> |
CardinalitySpec.parse(String key) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EvaluatablePathElement |
interface |
MatchablePathElement |
interface |
StarPathElement
Marker interface for PathElements that contain the "*" wildcard.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmpPathElement
PathElement class that handles keys with & values, like input: "photos-&(1,1)""
It breaks down the string into a series of String or Reference tokens, that can be used to
1) match input like "photos-5" where "&(1,1)" evaluated to 5
|
class |
ArrayPathElement |
class |
AtPathElement |
class |
BasePathElement |
class |
DollarPathElement |
class |
LiteralPathElement |
class |
StarAllPathElement
PathElement for the lone "*" wildcard.
|
class |
StarDoublePathElement
PathElement for the a double "*" wildcard such as tag-*-*.
|
class |
StarRegexPathElement
Non-greedy * based Path Element.
|
class |
StarSinglePathElement
PathElement for the a single "*" wildcard such as tag-*.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PathElement> |
RemovrSpec.parse(String key) |
| Modifier and Type | Method and Description |
|---|---|
PathElement |
ShiftrWriter.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
static List<PathElement> |
ShiftrSpec.parse(String key) |
static List<PathElement> |
ShiftrSpec.parse(String[] keys) |
Copyright © 2014. All Rights Reserved.