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, 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)
append
in class AbstractAttributeKey
public AttributePath getParent()
getParent
in class AbstractAttributeKey
public static AttributePath parse(String path)
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.