com.bazaarvoice.jolt.common.reference
public abstract class BasePathAndGroupReference extends Object implements PathAndGroupReference
| Constructor and Description |
|---|
BasePathAndGroupReference(String refStr) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalForm()
Builds the non-syntactic sugar / maximally expanded and unique form of this reference.
|
int |
getKeyGroup() |
int |
getPathIndex() |
protected abstract char |
getToken() |
public BasePathAndGroupReference(String refStr)
protected abstract char getToken()
public int getPathIndex()
getPathIndex in interface PathReferencepublic int getKeyGroup()
getKeyGroup in interface PathAndGroupReferencepublic String getCanonicalForm()
getCanonicalForm in interface PathReferenceCopyright © 2014. All Rights Reserved.