public class PropertyPath
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IDENTIFIER_MAPPER_PROPERTY |
Constructor and Description |
---|
PropertyPath() |
PropertyPath(PropertyPath parent,
java.lang.String property) |
PropertyPath(java.lang.String property) |
Modifier and Type | Method and Description |
---|---|
PropertyPath |
append(java.lang.String property) |
java.lang.String |
getFullPath() |
PropertyPath |
getParent() |
java.lang.String |
getProperty() |
boolean |
isRoot() |
java.lang.String |
toString() |
public static final java.lang.String IDENTIFIER_MAPPER_PROPERTY
public PropertyPath(PropertyPath parent, java.lang.String property)
public PropertyPath(java.lang.String property)
public PropertyPath()
public PropertyPath append(java.lang.String property)
public PropertyPath getParent()
public java.lang.String getProperty()
public java.lang.String getFullPath()
public boolean isRoot()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.