Interface StarPathElement
-
- All Superinterfaces:
MatchablePathElement,PathElement
- All Known Implementing Classes:
StarAllPathElement,StarDoublePathElement,StarRegexPathElement,StarSinglePathElement
public interface StarPathElement extends MatchablePathElement
Marker interface for PathElements that contain the "*" wildcard. Three subclasses were created for performance reasons.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanstringMatch(java.lang.String literal)Method to see if a candidate key would match this PathElement.-
Methods inherited from interface com.bazaarvoice.jolt.common.pathelement.MatchablePathElement
match
-
Methods inherited from interface com.bazaarvoice.jolt.common.pathelement.PathElement
getCanonicalForm, getRawKey
-
-