Uses of Interface
com.bazaarvoice.jolt.common.pathelement.StarPathElement
-
Packages that use StarPathElement Package Description com.bazaarvoice.jolt.common.pathelement -
-
Uses of StarPathElement in com.bazaarvoice.jolt.common.pathelement
Classes in com.bazaarvoice.jolt.common.pathelement that implement StarPathElement Modifier and Type Class Description 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-*.
-