Package org.apache.juneau.svl.vars


package org.apache.juneau.svl.vars
Predefined SVL Variables
  • Classes
    Class
    Description
    JVM args variable resolver.
    A basic variable resolver that returns the first non-null value.
    Environment variable variable resolver.
    A basic if-else logic variable resolver.
    A transformational variable resolver that returns character count or list count (using given delimiter).
    Lower-case variable resolver.
    Manifest file entries variable resolver.
    Upper-case variable resolver.
    A transformational variable that returns matched regex groups by given index.
    A logical variable resolver that resolves to "true if a pattern matches.
    A transformational variable resolver that replaces matched patterns with given characters.
    A transformational variable resolver that returns substring for given start and end (optional)
    A basic switch/case logic variable resolver.
    System property variable resolver.
    Upper-case variable resolver.