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) |
protected char |
getDelimiter() |
AttributePath |
getParent() |
static AttributePath |
parse(String path) |
equals, getDepth, getFullPath, getProperty, hashCode, isRoot, toStringpublic static final char DELIMITER
public AttributePath()
public AttributePath(AttributePath parent, String property)
protected char getDelimiter()
getDelimiter in class AbstractAttributeKeypublic AttributePath append(String property)
append in class AbstractAttributeKeypublic AttributePath getParent()
getParent in class AbstractAttributeKeypublic static AttributePath parse(String path)
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.