| Class | Description |
|---|---|
| ArgsVar |
JVM args variable resolver.
|
| CoalesceVar |
A basic variable resolver that returns the first non-null value.
|
| EnvVariablesVar |
Environment variable variable resolver.
|
| IfVar |
A basic if-else logic variable resolver.
|
| LenVar |
A transformational variable resolver that returns character count or list count (using given delimiter).
|
| LowerCaseVar |
Lower-case variable resolver.
|
| ManifestFileVar |
Manifest file entries variable resolver.
|
| NotEmptyVar |
Upper-case variable resolver.
|
| PatternExtractVar |
A transformational variable that returns matched regex groups by given index.
|
| PatternMatchVar |
A logical variable resolver that resolves to
|
| PatternReplaceVar |
A transformational variable resolver that replaces matched patterns with given characters.
|
| SubstringVar |
A transformational variable resolver that returns substring for given start and end (optional)
|
| SwitchVar |
A basic switch/case logic variable resolver.
|
| SystemPropertiesVar |
System property variable resolver.
|
| UpperCaseVar |
Upper-case variable resolver.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.