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, toString
public static final char DELIMITER
public AttributePath()
public AttributePath(AttributePath parent, String property)
protected char getDelimiter()
getDelimiter
in class AbstractAttributeKey
public AttributePath append(String property)
AbstractAttributeKey
append
in class AbstractAttributeKey
property
- The part to appendpublic AttributePath getParent()
AbstractAttributeKey
getParent
in class AbstractAttributeKey
public static AttributePath parse(String path)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.