public class AttributePath extends AbstractAttributeKey
| Modifier and Type | Field and Description |
|---|---|
static char |
DELIMITER |
| Constructor and Description |
|---|
AttributePath() |
AttributePath(AttributePath parent,
String property) |
| Modifier and Type | Method and Description |
|---|---|
AttributePath |
append(String property)
Creates a new AbstractAttributeKey by appending the passed part.
|
protected char |
getDelimiter() |
AttributePath |
getParent()
Access to the parent part
|
static AttributePath |
parse(String path) |
equals, getDepth, getFullPath, getProperty, hashCode, isCollectionElement, isPartOfCollectionElement, isRoot, stripCollectionElementMarker, toStringpublic static final char DELIMITER
public AttributePath()
public AttributePath(AttributePath parent, String property)
protected char getDelimiter()
getDelimiter in class AbstractAttributeKeypublic AttributePath append(String property)
AbstractAttributeKeyappend in class AbstractAttributeKeyproperty - The part to appendpublic AttributePath getParent()
AbstractAttributeKeygetParent in class AbstractAttributeKeypublic static AttributePath parse(String path)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.