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