Class AmpReference
- java.lang.Object
-
- com.bazaarvoice.jolt.common.reference.BasePathAndGroupReference
-
- com.bazaarvoice.jolt.common.reference.AmpReference
-
- All Implemented Interfaces:
PathAndGroupReference
,PathReference
public class AmpReference extends BasePathAndGroupReference
This class parses the Jolt & syntax into useful programmatic constructs. Valid Syntax is : & &1 &(1) &(1,1)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Character
TOKEN
-
Constructor Summary
Constructors Constructor Description AmpReference(java.lang.String refStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected char
getToken()
-
Methods inherited from class com.bazaarvoice.jolt.common.reference.BasePathAndGroupReference
getCanonicalForm, getKeyGroup, getPathIndex
-
-
-
-
Method Detail
-
getToken
protected char getToken()
- Specified by:
getToken
in classBasePathAndGroupReference
-
-