public class Pillar extends DictionaryTarget implements Target<java.lang.String>
DEFAULT_DELIMITER, delimiter, key, value
target, type
Constructor and Description |
---|
Pillar(java.lang.String target)
Creates a pillar matcher
|
Pillar(java.lang.String target,
char delimiter)
Creates a pillar matcher
|
Pillar(java.lang.String pillar,
java.lang.String value)
Creates a pillar matcher
|
Pillar(java.lang.String pillar,
java.lang.String value,
char delimiter)
Creates a pillar matcher
|
getDelimiter, getKey, getProps, getValue
getTarget, getType
public Pillar(java.lang.String target)
target
- the targeting expressionpublic Pillar(java.lang.String target, char delimiter)
target
- the targeting expressiondelimiter
- the character to delimit nesting in the grain namepublic Pillar(java.lang.String pillar, java.lang.String value)
pillar
- the pillar namevalue
- the value to matchpublic Pillar(java.lang.String pillar, java.lang.String value, char delimiter)
pillar
- the pillar namevalue
- the value to matchdelimiter
- the character to delimit nesting in the pillar name